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

Unified Diff: remoting/host/client_session.cc

Issue 112453002: Remove dependency on skia from remoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/client_session.h ('k') | remoting/host/client_session_control.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/client_session.cc
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
index c15b6fbf1e15a6746ec01b01786c7c3046f4c790..52feba70462efae8bc4d28cce9f9f09cd605d073 100644
--- a/remoting/host/client_session.cc
+++ b/remoting/host/client_session.cc
@@ -397,7 +397,7 @@ void ClientSession::DisconnectSession() {
connection_->Disconnect();
}
-void ClientSession::OnLocalMouseMoved(const SkIPoint& position) {
+void ClientSession::OnLocalMouseMoved(const webrtc::DesktopVector& position) {
DCHECK(CalledOnValidThread());
remote_input_filter_.LocalMouseMoved(position);
}
« no previous file with comments | « remoting/host/client_session.h ('k') | remoting/host/client_session_control.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698