diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 19:57:40 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 19:57:40 +0000 |
commit | 13b7a84041f48a558efb24725f0568b466b08cfd (patch) | |
tree | 0961c2135680b9f3e3441fd467c46828c964213e /remoting/host/chromoting_host.h | |
parent | 125444b5adec00c029d1c80f8aed6a3faad34f59 (diff) | |
download | chromium_src-13b7a84041f48a558efb24725f0568b466b08cfd.zip chromium_src-13b7a84041f48a558efb24725f0568b466b08cfd.tar.gz chromium_src-13b7a84041f48a558efb24725f0568b466b08cfd.tar.bz2 |
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
Diffstat (limited to 'remoting/host/chromoting_host.h')
-rw-r--r-- | remoting/host/chromoting_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<ChromotingHost>, // 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. |