| 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 361aa1a5a70ff1c98ce04d9121737d703faf0fc3..8359b15f7b17478131360f873e27918b4c1f32a3 100644
|
| --- a/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| +++ b/third_party/WebKit/public/platform/WebGraphicsContext3D.h
|
| @@ -130,9 +130,6 @@ public:
|
| virtual ~WebGraphicsContext3D() { }
|
|
|
| virtual void setErrorMessageCallback(WebGraphicsErrorMessageCallback* callback) { }
|
| -
|
| - // Prefer getting a GLES2Interface off WebGraphicsContext3DProvider if possible, and avoid using WebGraphicsContext3D at all.
|
| - virtual gpu::gles2::GLES2Interface* getGLES2Interface() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|