| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| ===================================================================
|
| --- content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h (revision 111321)
|
| +++ content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h (working copy)
|
| @@ -457,6 +457,10 @@
|
| WebGraphicsContext3D::
|
| WebGraphicsSwapBuffersCompleteCallbackCHROMIUM* callback);
|
|
|
| + virtual void texImageIOSurface2DCHROMIUM(
|
| + WGC3Denum target, WGC3Dint width, WGC3Dint height,
|
| + WGC3Duint ioSurfaceId, WGC3Duint plane);
|
| +
|
| protected:
|
| #if WEBKIT_USING_SKIA
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|