diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 04:31:01 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 04:31:01 +0000 |
commit | 48a8ca3ed1782d239d38fef2ac03765f2d38eb5f (patch) | |
tree | 13a7c9f5106fd50b6e1c04c0bd2fb4bd18cff9c6 /remoting/protocol/client_control_dispatcher.h | |
parent | b7ca2edf7bfebc4b3c831665b3579f07bfcab7ed (diff) | |
download | chromium_src-48a8ca3ed1782d239d38fef2ac03765f2d38eb5f.zip chromium_src-48a8ca3ed1782d239d38fef2ac03765f2d38eb5f.tar.gz chromium_src-48a8ca3ed1782d239d38fef2ac03765f2d38eb5f.tar.bz2 |
Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.
This CL also updates the client and host protocol handlers to the new name.
BUG=172404
Review URL: https://chromiumcodereview.appspot.com/12220092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/client_control_dispatcher.h')
-rw-r--r-- | remoting/protocol/client_control_dispatcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/client_control_dispatcher.h b/remoting/protocol/client_control_dispatcher.h index a28bbd0..a1bc79b 100644 --- a/remoting/protocol/client_control_dispatcher.h +++ b/remoting/protocol/client_control_dispatcher.h @@ -34,8 +34,8 @@ class ClientControlDispatcher : public ChannelDispatcherBase, virtual void InjectClipboardEvent(const ClipboardEvent& event) OVERRIDE; // HostStub implementation. - virtual void NotifyClientDimensions( - const ClientDimensions& dimensions) OVERRIDE; + virtual void NotifyClientResolution( + const ClientResolution& resolution) OVERRIDE; virtual void ControlVideo(const VideoControl& video_control) OVERRIDE; virtual void ControlAudio(const AudioControl& audio_control) OVERRIDE; |