Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_impl.h (revision 112643) |
+++ webkit/gpu/webgraphicscontext3d_in_process_impl.h (working copy) |
@@ -446,6 +446,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(); |