| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index d5c4f0a5def2789e321520f49c61baf88e377f2a..75a5d6e720e76572268f2a7b5e32570c24647d83 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -65,7 +65,7 @@ class CC_EXPORT GLRenderer : public DirectRenderer {
|
| virtual void DoNoOp() OVERRIDE;
|
| virtual void SwapBuffers(const CompositorFrameMetadata& metadata) OVERRIDE;
|
|
|
| - virtual bool IsContextLost() OVERRIDE;
|
| + virtual bool IsContextLost();
|
|
|
| static void DebugGLCall(gpu::gles2::GLES2Interface* gl,
|
| const char* command,
|
|
|