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