Index: remoting/host/capturer_fake.cc |
diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc |
index 3aafb1b0a6c67ec5b207a37f2ef9400013bdde0a..cf7ddec6a248eac89e19bd07d079b8da1b9e93f1 100644 |
--- a/remoting/host/capturer_fake.cc |
+++ b/remoting/host/capturer_fake.cc |
@@ -4,6 +4,8 @@ |
#include "remoting/host/capturer_fake.h" |
+#include "remoting/base/capture_data.h" |
+ |
namespace remoting { |
// CapturerFake generates a white picture of size kWidth x kHeight with a |
@@ -36,7 +38,8 @@ CapturerFake::CapturerFake() |
CapturerFake::~CapturerFake() { |
} |
-void CapturerFake::Start() { |
+void CapturerFake::Start( |
+ const CursorShapeChangedCallback& callback) { |
} |
void CapturerFake::Stop() { |