| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc
 | 
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
 | 
| index a6ccfb473db7d183e5644f34f65224f31395744e..1ed67dc68d95b35a826298fc8c13f15872f15224 100644
 | 
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
 | 
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
 | 
| @@ -1676,6 +1676,10 @@ void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM(
 | 
|  {
 | 
|  }
 | 
|  
 | 
| +void WebGraphicsContext3DInProcessImpl::texImagePixmap2DCHROMIUM(
 | 
| +    WGC3Denum target, WGC3Duint pixmapId) {
 | 
| +}
 | 
| +
 | 
|  GrGLInterface* WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface() {
 | 
|    return gfx::CreateInProcessSkiaGLBinding();
 | 
|  }
 | 
| 
 |