| Index: third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| diff --git a/third_party/WebKit/public/platform/WebGraphicsContext3D.h b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| index 21f725bd4953d897ef5efd3e40de65582d1777b0..0ae7e7794d475083e0f8b9b4fbff4920aa93a84c 100644
|
| --- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| +++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| @@ -148,9 +148,6 @@ public:
|
| virtual void setErrorMessageCallback(WebGraphicsErrorMessageCallback* callback) { }
|
|
|
| virtual WebString getTranslatedShaderSourceANGLE(WebGLId shader) = 0;
|
| -
|
| - // Prefer getting a GLES2Interface off WebGraphicsContext3DProvider if possible, and avoid using WebGraphicsContext3D at all.
|
| - virtual gpu::gles2::GLES2Interface* getGLES2Interface() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|