Index: cc/test/pixel_test_output_surface.h |
diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h |
index b3f26c410b0367fbd1a27fb0237757f9e2227c89..91d789fc76fc95e1217cbf19387b0f5925122830 100644 |
--- a/cc/test/pixel_test_output_surface.h |
+++ b/cc/test/pixel_test_output_surface.h |
@@ -24,7 +24,7 @@ class PixelTestOutputSurface : public OutputSurface { |
OVERRIDE; |
virtual WebKit::WebGraphicsContext3D* Context3D() const OVERRIDE; |
virtual SoftwareOutputDevice* SoftwareDevice() const OVERRIDE; |
- virtual void SendFrameToParentCompositor(const CompositorFrame&) OVERRIDE {} |
+ virtual void SendFrameToParentCompositor(CompositorFrame*) OVERRIDE {} |
private: |
PixelTestOutputSurface(); |