| 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 14701c3bf5ea9b03d3409b40e72b2b56df09b3a0..805754b1becc458f6f4ce3f377b435e3b32d3ecc 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| @@ -1683,6 +1683,10 @@ void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void WebGraphicsContext3DInProcessImpl::texImagePixmap2DCHROMIUM(
|
| + WGC3Denum target, WGC3Duint pixmapId) {
|
| +}
|
| +
|
| GrGLInterface* WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface() {
|
| return gfx::CreateInProcessSkiaGLBinding();
|
| }
|
|
|