Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (revision 112643) |
+++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc (working copy) |
@@ -1666,6 +1666,9 @@ |
DELEGATE_TO_GL_5(texImageIOSurface2DCHROMIUM, TexImageIOSurface2DCHROMIUM, |
WGC3Denum, WGC3Dint, WGC3Dint, WGC3Duint, WGC3Duint) |
+DELEGATE_TO_GL_5(texStorage2DEXT, TexStorage2DEXT, |
+ WGC3Denum, WGC3Dint, WGC3Duint, WGC3Dint, WGC3Dint) |
+ |
#if WEBKIT_USING_SKIA |
GrGLInterface* WebGraphicsContext3DInProcessCommandBufferImpl:: |
onCreateGrGLInterface() { |