summaryrefslogtreecommitdiffstats
path: root/remoting/host/capturer_fake.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/capturer_fake.cc')
-rw-r--r--remoting/host/capturer_fake.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc
index 3aafb1b..cf7ddec 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() {