diff options
Diffstat (limited to 'remoting/host/host_mock_objects.h')
-rw-r--r-- | remoting/host/host_mock_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h index 32df6d2..b5f1db9 100644 --- a/remoting/host/host_mock_objects.h +++ b/remoting/host/host_mock_objects.h @@ -49,7 +49,7 @@ class MockClientSessionControl : public ClientSessionControl { MOCK_CONST_METHOD0(client_jid, const std::string&()); MOCK_METHOD0(DisconnectSession, void()); - MOCK_METHOD1(OnLocalMouseMoved, void(const SkIPoint&)); + MOCK_METHOD1(OnLocalMouseMoved, void(const webrtc::DesktopVector&)); MOCK_METHOD1(SetDisableInputs, void(bool)); private: |