Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_impl.cc (revision 111321) |
+++ webkit/gpu/webgraphicscontext3d_in_process_impl.cc (working copy) |
@@ -1611,6 +1611,11 @@ |
return GL_NO_ERROR; |
} |
+void WebGraphicsContext3DInProcessImpl::texImageIOSurface2DCHROMIUM( |
+ WGC3Denum target, WGC3Dint width, WGC3Dint height, |
+ WGC3Duint ioSurfaceId, WGC3Duint plane) { |
+} |
+ |
#if WEBKIT_USING_SKIA |
GrGLInterface* WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface() { |
return gfx::CreateInProcessSkiaGLBinding(); |