Index: media/tools/shader_bench/gpu_painter.h |
diff --git a/media/tools/shader_bench/gpu_painter.h b/media/tools/shader_bench/gpu_painter.h |
index edeeda886d1102edc9cc025dd457d7a18b4be11d..e68305bd000f7f244fd31ff83f6f018692e415dd 100644 |
--- a/media/tools/shader_bench/gpu_painter.h |
+++ b/media/tools/shader_bench/gpu_painter.h |
@@ -19,7 +19,6 @@ class GPUPainter : public Painter { |
// Returns a reference to the GL context. |
gfx::GLSurface* surface() const { return surface_; } |
- gfx::GLContext* context() const { return context_; } |
// Sets context for subsequent gl calls in this painter. |
virtual void SetGLContext(gfx::GLSurface* surface, gfx::GLContext* context); |