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

Unified Diff: remoting/host/local_input_monitor_thread_linux.h

Issue 7992011: Move us fully from gfx:: over to skia types for consistency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for bad DEPS Created 9 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
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/local_input_monitor_thread_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/local_input_monitor_thread_linux.h
diff --git a/remoting/host/local_input_monitor_thread_linux.h b/remoting/host/local_input_monitor_thread_linux.h
index d87470dac5e04b7512253d392f6c20151d11dbfb..567882c8683edc934c7995a3549973fa8cdf8106 100644
--- a/remoting/host/local_input_monitor_thread_linux.h
+++ b/remoting/host/local_input_monitor_thread_linux.h
@@ -6,7 +6,7 @@
#define LOCAL_INPUT_MONITOR_THREAD_LINUX_H_
#include "base/threading/simple_thread.h"
-#include "ui/gfx/point.h"
+#include "third_party/skia/include/core/SkPoint.h"
typedef struct _XDisplay Display;
@@ -22,7 +22,7 @@ class LocalInputMonitorThread : public base::SimpleThread {
void Stop();
virtual void Run();
- void LocalMouseMoved(const gfx::Point& pos);
+ void LocalMouseMoved(const SkIPoint& pos);
void LocalKeyPressed(int key_code, bool down);
private:
« no previous file with comments | « remoting/host/host_mock_objects.h ('k') | remoting/host/local_input_monitor_thread_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698