Commit 89df77e2 authored by thakis@chromium.org's avatar thakis@chromium.org

Roll skia r1385:1395

The non-DEPS changes were recommended by bsalomon in http://codereview.chromium.org/7052001/

BUG=none
TEST=none
TBR=vandebo

Review URL: http://codereview.chromium.org/6961031

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86176 0039d316-1c4b-4281-b951-d872f2087c98
parent c5174283
......@@ -16,7 +16,7 @@ vars = {
"libjingle_revision": "59",
"libvpx_revision": "81610",
"ffmpeg_revision": "83815",
"skia_revision": "1385",
"skia_revision": "1395",
"v8_revision": "7928",
}
......
......@@ -566,6 +566,7 @@ void BindSkiaToInProcessGL() {
NULL, // glResolveMultisampleFramebuffer
StubGLMapBuffer,
StubGLUnmapBuffer,
NULL, // glBindFragDataLocationIndexed
GrGLInterface::kStaticInitEndGuard,
};
GrGLSetGLInterface(&host_gl_interface);
......
......@@ -125,6 +125,7 @@ void BindSkiaToCommandBufferGL() {
NULL, // glResolveMultisampleFramebuffer
NULL, // glMapBuffer
NULL, // glUnmapBuffer
NULL, // glBindFragDataLocationIndexed
GrGLInterface::kStaticInitEndGuard
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment