Index: cc/output/gl_renderer.h |
diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h |
index cf672f0afa466abe044e6f7af9246c55da28b182..0484c05b359f0296720348e7504e0549148d2fc3 100644 |
--- a/cc/output/gl_renderer.h |
+++ b/cc/output/gl_renderer.h |
@@ -58,8 +58,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer { |
virtual const RendererCapabilities& Capabilities() const OVERRIDE; |
- blink::WebGraphicsContext3D* Context(); |
- |
// Waits for rendering to finish. |
virtual void Finish() OVERRIDE; |
@@ -399,7 +397,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer { |
SolidColorProgram solid_color_program_; |
SolidColorProgramAA solid_color_program_aa_; |
- blink::WebGraphicsContext3D* context_; |
gpu::gles2::GLES2Interface* gl_; |
gpu::ContextSupport* context_support_; |