diff options
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. |