summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/input_event_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/input_event_tracker.h')
-rw-r--r--remoting/protocol/input_event_tracker.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/input_event_tracker.h b/remoting/protocol/input_event_tracker.h
index 794fffe9..8e0bda7 100644
--- a/remoting/protocol/input_event_tracker.h
+++ b/remoting/protocol/input_event_tracker.h
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "remoting/protocol/input_stub.h"
-#include "third_party/skia/include/core/SkPoint.h"
+#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
namespace remoting {
namespace protocol {
@@ -42,7 +42,7 @@ class InputEventTracker : public InputStub {
std::set<uint32> pressed_keys_;
- SkIPoint mouse_pos_;
+ webrtc::DesktopVector mouse_pos_;
uint32 mouse_button_state_;
DISALLOW_COPY_AND_ASSIGN(InputEventTracker);