summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_mock_objects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/host_mock_objects.cc')
-rw-r--r--remoting/host/host_mock_objects.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/remoting/host/host_mock_objects.cc b/remoting/host/host_mock_objects.cc
index b0377d9..a08179b 100644
--- a/remoting/host/host_mock_objects.cc
+++ b/remoting/host/host_mock_objects.cc
@@ -10,6 +10,14 @@ MockCapturer::MockCapturer() {}
MockCapturer::~MockCapturer() {}
+MockCurtain::MockCurtain() { }
+
+MockCurtain::~MockCurtain() { }
+
+Curtain* Curtain::Create() {
+ return new MockCurtain();
+}
+
MockChromotingHostContext::MockChromotingHostContext()
: ChromotingHostContext(NULL) {}