Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
index b7e93dfb685e2a9f353d04bdbf66d36908f9b57e..88a65012ceff1e2e39b9edc2ec6cfdcbb7b2d72d 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
@@ -1624,6 +1624,9 @@ DELEGATE_TO_GL_3(getQueryObjectuivEXT, GetQueryObjectuivEXT, |
DELEGATE_TO_GL_5(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum, WGC3Duint, |
WGC3Duint, WGC3Dint, WGC3Denum) |
+DELEGATE_TO_GL_2(texImagePixmap2DCHROMIUM, TexImagePixmap2DCHROMIUM, |
+ WGC3Denum, WGC3Duint) |
+ |
GrGLInterface* WebGraphicsContext3DInProcessCommandBufferImpl:: |
onCreateGrGLInterface() { |
return webkit_glue::CreateCommandBufferSkiaGLBinding(); |