| 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 49c3335121d09c49d4f5fe7da26986136ed189df..86bee2131bb3e472bd6b4451ddf7410fc23994d6 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -1597,12 +1597,10 @@ DELEGATE_TO_GL_3(getQueryObjectuivEXT, GetQueryObjectuivEXT,
|
| DELEGATE_TO_GL_5(copyTextureCHROMIUM, CopyTextureCHROMIUM, WGC3Denum,
|
| WebGLId, WebGLId, WGC3Dint, WGC3Denum)
|
|
|
| -#if WEBKIT_USING_SKIA
|
| GrGLInterface* WebGraphicsContext3DInProcessCommandBufferImpl::
|
| onCreateGrGLInterface() {
|
| return webkit_glue::CreateCommandBufferSkiaGLBinding();
|
| }
|
| -#endif
|
|
|
| void WebGraphicsContext3DInProcessCommandBufferImpl::OnContextLost() {
|
| // TODO(kbr): improve the precision here.
|
|
|