| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc
|
| ===================================================================
|
| --- content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc (revision 111321)
|
| +++ content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc (working copy)
|
| @@ -1140,6 +1140,9 @@
|
| swapbuffers_complete_callback_ = cb;
|
| }
|
|
|
| +DELEGATE_TO_GL_5(texImageIOSurface2DCHROMIUM, TexImageIOSurface2DCHROMIUM,
|
| + WGC3Denum, WGC3Dint, WGC3Dint, WGC3Duint, WGC3Duint)
|
| +
|
| #if WEBKIT_USING_SKIA
|
| GrGLInterface* WebGraphicsContext3DCommandBufferImpl::onCreateGrGLInterface() {
|
| return webkit_glue::CreateCommandBufferSkiaGLBinding();
|
|
|