| 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 a2a9d39b2cfc163936b29860c0df4d3839588d3e..9a2f59b7d8d8c8be59bc9790675a87abaf90b41b 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,
 | 
|                   WebGLId, WebGLId, WGC3Dint, WGC3Denum)
 | 
|  
 | 
| +DELEGATE_TO_GL_2(texImagePixmap2DCHROMIUM, TexImagePixmap2DCHROMIUM,
 | 
| +                 WGC3Denum, WGC3Duint)
 | 
| +
 | 
|  GrGLInterface* WebGraphicsContext3DInProcessCommandBufferImpl::
 | 
|      onCreateGrGLInterface() {
 | 
|    return webkit_glue::CreateCommandBufferSkiaGLBinding();
 | 
| 
 |