| 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);
|
|
|