| 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 6decabf44ec26b556224754ab20e10ea6dbabd4d..ff11852b87955deff7ff5ac9599170b85cb023c4 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| @@ -1698,6 +1698,16 @@ void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void WebGraphicsContext3DInProcessImpl::bindTexImage2DCHROMIUM(
|
| + WGC3Denum target, WGC3Dint imageId) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| +void WebGraphicsContext3DInProcessImpl::releaseTexImage2DCHROMIUM(
|
| + WGC3Denum target, WGC3Dint imageId) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| GrGLInterface* WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface() {
|
| return gfx::CreateInProcessSkiaGLBinding();
|
| }
|
|
|