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