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