Index: cc/test/fake_output_surface.h |
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h |
index 64c99aefdbf2bed51772a09e9dedb48ab6b63a02..8a2217bc140efa86941acfc078885ece43e23574 100644 |
--- a/cc/test/fake_output_surface.h |
+++ b/cc/test/fake_output_surface.h |
@@ -55,8 +55,8 @@ class FakeOutputSurface : public OutputSurface { |
new FakeOutputSurface(software_device.Pass(), true)); |
} |
- virtual bool BindToClient(OutputSurfaceClient*) OVERRIDE; |
- virtual void SendFrameToParentCompositor(CompositorFrame*) OVERRIDE; |
+ virtual bool BindToClient(OutputSurfaceClient* client) OVERRIDE; |
+ virtual void SendFrameToParentCompositor(CompositorFrame* frame) OVERRIDE; |
CompositorFrame& last_sent_frame() { return last_sent_frame_; } |
size_t num_sent_frames() { return num_sent_frames_; } |