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