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

Unified Diff: trunk/src/remoting/protocol/input_event_tracker.h

Issue 24217003: Revert 224101 "Remove dependency on Skia from chromoting client." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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/protocol/input_event_tracker.h
===================================================================
--- trunk/src/remoting/protocol/input_event_tracker.h (revision 224204)
+++ trunk/src/remoting/protocol/input_event_tracker.h (working copy)
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "remoting/protocol/input_stub.h"
-#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
+#include "third_party/skia/include/core/SkPoint.h"
namespace remoting {
namespace protocol {
@@ -42,7 +42,7 @@
std::set<uint32> pressed_keys_;
- webrtc::DesktopVector mouse_pos_;
+ SkIPoint mouse_pos_;
uint32 mouse_button_state_;
DISALLOW_COPY_AND_ASSIGN(InputEventTracker);
« no previous file with comments | « trunk/src/remoting/host/mouse_clamping_filter.cc ('k') | trunk/src/remoting/protocol/input_event_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698