Index: remoting/host/capturer_fake.h |
diff --git a/remoting/host/capturer_fake.h b/remoting/host/capturer_fake.h |
index 3efbb7884f33e6de459d4809689405b2d0c0715f..3654b98a35aeb3149daf9fd59a4061953c0b1192 100644 |
--- a/remoting/host/capturer_fake.h |
+++ b/remoting/host/capturer_fake.h |
@@ -21,7 +21,8 @@ class CapturerFake : public Capturer { |
virtual ~CapturerFake(); |
// Capturer interface. |
- virtual void Start() OVERRIDE; |
+ virtual void Start( |
+ const CursorShapeChangedCallback& callback) OVERRIDE; |
virtual void Stop() OVERRIDE; |
virtual void ScreenConfigurationChanged() OVERRIDE; |
virtual media::VideoFrame::Format pixel_format() const OVERRIDE; |