Index: content/renderer/gpu/compositor_output_surface.h |
diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h |
index b14c4a0701226049e306ba1a87febd4e1ee2146a..af094184683f7cac52f18a7993f7775cdb8e8eb3 100644 |
--- a/content/renderer/gpu/compositor_output_surface.h |
+++ b/content/renderer/gpu/compositor_output_surface.h |
@@ -45,7 +45,7 @@ class CompositorOutputSurface |
virtual WebKit::WebGraphicsContext3D* Context3D() const OVERRIDE; |
virtual cc::SoftwareOutputDevice* SoftwareDevice() const OVERRIDE; |
virtual void SendFrameToParentCompositor( |
- const cc::CompositorFrame&) OVERRIDE; |
+ cc::CompositorFrame&) OVERRIDE; |
private: |
class CompositorOutputSurfaceProxy : |