Index: gpu/blink/webgraphicscontext3d_impl.h |
diff --git a/gpu/blink/webgraphicscontext3d_impl.h b/gpu/blink/webgraphicscontext3d_impl.h |
index 071e508dbc20a7d2fddf12ca7cc24bcb5dc2fce8..9b9ac3431b1726c6fd9a62f705042bca638b3b3a 100644 |
--- a/gpu/blink/webgraphicscontext3d_impl.h |
+++ b/gpu/blink/webgraphicscontext3d_impl.h |
@@ -57,9 +57,6 @@ class GPU_BLINK_EXPORT WebGraphicsContext3DImpl |
void setErrorMessageCallback( |
WebGraphicsContext3D::WebGraphicsErrorMessageCallback* callback) override; |
- // WebGraphicsContext3D implementation. |
- ::gpu::gles2::GLES2Interface* getGLES2Interface() override; |
- |
::gpu::gles2::GLES2Interface* GetGLInterface() { |
return gl_; |
} |