diff options
Diffstat (limited to 'webkit/gpu/webgraphicscontext3d_in_process_impl.cc')
-rw-r--r-- | webkit/gpu/webgraphicscontext3d_in_process_impl.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc index 6decabf..ff11852 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(); } |