| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| index 43163a4feacc6e2cc72dc0d6b9e7ddffa4937193..cc3dc25372c14a9a1495d6d44b9a322b08f38095 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| @@ -477,9 +477,7 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
|
| WGC3Denum internal_format);
|
|
|
| protected:
|
| -#if WEBKIT_USING_SKIA
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
| -#endif
|
|
|
| private:
|
| bool Initialize(Attributes attributes);
|
|
|