| 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..ed3c7393067ef3aeb8ab6910102a1383d367fbaa 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();
|
|
|