Index: remoting/host/capturer_fake.cc |
diff --git a/remoting/host/capturer_fake.cc b/remoting/host/capturer_fake.cc |
index 3aafb1b0a6c67ec5b207a37f2ef9400013bdde0a..a8ef59cac035a0cd32d508b231f5271d996ea242 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 |
@@ -42,6 +44,10 @@ void CapturerFake::Start() { |
void CapturerFake::Stop() { |
} |
+void CapturerFake::SetCursorShapeChangedCallback( |
+ const CursorShapeChangedCallback& callback) { |
+} |
+ |
void CapturerFake::ScreenConfigurationChanged() { |
size_ = SkISize::Make(kWidth, kHeight); |
bytes_per_row_ = size_.width() * kBytesPerPixel; |