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

Unified Diff: trunk/src/remoting/host/ipc_desktop_environment.cc

Issue 151163002: Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
Index: trunk/src/remoting/host/ipc_desktop_environment.cc
===================================================================
--- trunk/src/remoting/host/ipc_desktop_environment.cc (revision 248137)
+++ trunk/src/remoting/host/ipc_desktop_environment.cc (working copy)
@@ -18,7 +18,6 @@
#include "remoting/host/desktop_session_proxy.h"
#include "remoting/host/input_injector.h"
#include "remoting/host/screen_controls.h"
-#include "third_party/webrtc/modules/desktop_capture/mouse_cursor_monitor.h"
#include "third_party/webrtc/modules/desktop_capture/screen_capturer.h"
namespace remoting {
@@ -57,11 +56,6 @@
return desktop_session_proxy_->CreateScreenControls();
}
-scoped_ptr<webrtc::MouseCursorMonitor>
-IpcDesktopEnvironment::CreateMouseCursorMonitor() {
- return desktop_session_proxy_->CreateMouseCursorMonitor();
-}
-
scoped_ptr<webrtc::ScreenCapturer>
IpcDesktopEnvironment::CreateVideoCapturer() {
return desktop_session_proxy_->CreateVideoCapturer();
« no previous file with comments | « trunk/src/remoting/host/ipc_desktop_environment.h ('k') | trunk/src/remoting/host/ipc_desktop_environment_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698