| 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 0b9bbc93ef93919e84945363ada7d2ca749457d2..2f6c6dad2ad83373edeb536df35fde3efb2d3f12 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| @@ -1676,11 +1676,9 @@ void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM(
|
| {
|
| }
|
|
|
| -#if WEBKIT_USING_SKIA
|
| GrGLInterface* WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface() {
|
| return gfx::CreateInProcessSkiaGLBinding();
|
| }
|
| -#endif
|
|
|
| bool WebGraphicsContext3DInProcessImpl::AngleCreateCompilers() {
|
| if (!ShInitialize())
|
|
|