| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index f11ce8d1f88f317df6ec6366fc95b89bf774e256..8eb6b336d8f408979e09369ef9073b67a0438185 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -321,7 +321,7 @@ void ChromotingHost::set_protocol_config(
|
| protocol_config_.reset(config);
|
| }
|
|
|
| -void ChromotingHost::LocalMouseMoved(const gfx::Point& new_pos) {
|
| +void ChromotingHost::LocalMouseMoved(const SkIPoint& new_pos) {
|
| if (!context_->network_message_loop()->BelongsToCurrentThread()) {
|
| context_->network_message_loop()->PostTask(
|
| FROM_HERE, base::Bind(&ChromotingHost::LocalMouseMoved, this, new_pos));
|
|
|