diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-26 02:02:18 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-26 02:02:18 +0000 |
commit | 05a6071c95d34de491ad22836b1b450e79c0d416 (patch) | |
tree | 2ffb8a5bb80db4f2fc022a47c8f00ea8fb09db67 /remoting/host/host_mock_objects.h | |
parent | 6c2432f4a60bb8d6858e3db349097335482660ef (diff) | |
download | chromium_src-05a6071c95d34de491ad22836b1b450e79c0d416.zip chromium_src-05a6071c95d34de491ad22836b1b450e79c0d416.tar.gz chromium_src-05a6071c95d34de491ad22836b1b450e79c0d416.tar.bz2 |
Cross-platform plumbing for resize-to-client and Linux implementation.
BUG=145049
Review URL: https://chromiumcodereview.appspot.com/10918224
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158718 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/host_mock_objects.h')
-rw-r--r-- | remoting/host/host_mock_objects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h index 19c05bb..e87c94d 100644 --- a/remoting/host/host_mock_objects.h +++ b/remoting/host/host_mock_objects.h @@ -112,6 +112,8 @@ class MockClientSessionEventHandler : public ClientSession::EventHandler { ClientSession* client, const std::string& channel_name, const protocol::TransportRoute& route)); + MOCK_METHOD2(OnClientDimensionsChanged, void(ClientSession* client, + const SkISize& size)); private: DISALLOW_COPY_AND_ASSIGN(MockClientSessionEventHandler); |