From 13b7a84041f48a558efb24725f0568b466b08cfd Mon Sep 17 00:00:00 2001 From: "dmaclach@chromium.org" Date: Fri, 30 Sep 2011 19:57:40 +0000 Subject: Revert 103523 - Move us fully from gfx:: over to skia types for consistency. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7992011 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/8103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103526 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/chromoting_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/host/chromoting_host.h') diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h index 270c9ba..3f34233 100644 --- a/remoting/host/chromoting_host.h +++ b/remoting/host/chromoting_host.h @@ -144,7 +144,7 @@ class ChromotingHost : public base::RefCountedThreadSafe, // Notify all active client sessions that local input has been detected, and // that remote input should be ignored for a short time. - void LocalMouseMoved(const SkIPoint& new_pos); + void LocalMouseMoved(const gfx::Point& new_pos); // Pause or unpause the session. While the session is paused, remote input // is ignored. -- cgit v1.1