| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index a6a9b2eb0592d8aba6cb7524ea4b49d1a04e2b37..1471b840a6e4340008ede6e32cfbf6b7ca6863b2 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -90,7 +90,6 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
|
| virtual void DidChangeVisibility() OVERRIDE;
|
|
|
| bool IsBackbufferDiscarded() const { return is_backbuffer_discarded_; }
|
| - void InitializeGrContext();
|
|
|
| const gfx::QuadF& SharedGeometryQuad() const { return shared_geometry_quad_; }
|
| const GeometryBinding* SharedGeometry() const {
|
|
|