| Index: remoting/host/client_session.h
|
| diff --git a/remoting/host/client_session.h b/remoting/host/client_session.h
|
| index 8e46ffde76d41c9dd28482170974521e2fd57a98..34feab6433ad5b29b235635b950d3938b3722165 100644
|
| --- a/remoting/host/client_session.h
|
| +++ b/remoting/host/client_session.h
|
| @@ -144,7 +144,8 @@ class ClientSession
|
| // Creates a proxy for sending clipboard events to the client.
|
| scoped_ptr<protocol::ClipboardStub> CreateClipboardProxy();
|
|
|
| - void OnScreenSizeChanged(const webrtc::DesktopSize& size);
|
| + void OnScreenSizeChanged(const webrtc::DesktopSize& size,
|
| + const webrtc::DesktopVector& dpi);
|
|
|
| EventHandler* event_handler_;
|
|
|
|
|