| Index: remoting/host/chromoting_host.h
 | 
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h
 | 
| index 3f3423305640388d9b8cae01a34a7d90c5233b7e..270c9ba36e1d26866aefc4a9748c30009aa26ed4 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 gfx::Point& new_pos);
 | 
| +  void LocalMouseMoved(const SkIPoint& new_pos);
 | 
|  
 | 
|    // Pause or unpause the session. While the session is paused, remote input
 | 
|    // is ignored.
 | 
| 
 |