Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: remoting/host/fake_desktop_environment.cc

Issue 92473002: Use webrtc::MouseCursorMonitor for cursor shapes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/fake_desktop_environment.h ('k') | remoting/host/fake_mouse_cursor_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/fake_desktop_environment.cc
diff --git a/remoting/host/fake_desktop_environment.cc b/remoting/host/fake_desktop_environment.cc
index 5e02ec8f54763211aea8e0df22d702dfe36155ef..135844c075a1dcb1bc77f3bb9e67cb362bd7edad 100644
--- a/remoting/host/fake_desktop_environment.cc
+++ b/remoting/host/fake_desktop_environment.cc
@@ -63,6 +63,11 @@ FakeDesktopEnvironment::CreateVideoCapturer() {
return result.PassAs<webrtc::ScreenCapturer>();
}
+scoped_ptr<webrtc::MouseCursorMonitor>
+FakeDesktopEnvironment::CreateMouseCursorMonitor() {
+ return scoped_ptr<webrtc::MouseCursorMonitor>(new FakeMouseCursorMonitor());
+}
+
std::string FakeDesktopEnvironment::GetCapabilities() const {
return std::string();
}
« no previous file with comments | « remoting/host/fake_desktop_environment.h ('k') | remoting/host/fake_mouse_cursor_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698