Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(725)

Unified Diff: remoting/host/host_mock_objects.h

Issue 12220092: Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typos in ChromotingInstance. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/host_mock_objects.h
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h
index 1c32dab78293afd503f80e7f8e07469bf7d8bb36..1c4e88e6a278aebd84d0a66127db49a44bfc5ceb 100644
--- a/remoting/host/host_mock_objects.h
+++ b/remoting/host/host_mock_objects.h
@@ -94,8 +94,9 @@ 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));
+ MOCK_METHOD3(OnClientResolutionChanged, void(ClientSession* client,
+ const SkISize& size,
+ const SkIPoint& dpi));
private:
DISALLOW_COPY_AND_ASSIGN(MockClientSessionEventHandler);

Powered by Google App Engine
This is Rietveld 408576698