| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| ===================================================================
|
| --- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (revision 112643)
|
| +++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (working copy)
|
| @@ -458,6 +458,10 @@
|
| WGC3Denum target, WGC3Dint width, WGC3Dint height,
|
| WGC3Duint ioSurfaceId, WGC3Duint plane);
|
|
|
| + virtual void texStorage2DEXT(
|
| + WGC3Denum target, WGC3Dint levels, WGC3Duint internalformat,
|
| + WGC3Dint width, WGC3Dint height);
|
| +
|
| protected:
|
| #if WEBKIT_USING_SKIA
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|