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

Unified Diff: remoting/client/chromoting_view.h

Issue 3175028: Add mouse event support to Chromoting client (Pepper and X11). (Closed)
Patch Set: Remove win float/int conversion Created 10 years, 4 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
« no previous file with comments | « remoting/base/protocol/chromotocol.proto ('k') | remoting/client/chromoting_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/chromoting_view.h
diff --git a/remoting/client/chromoting_view.h b/remoting/client/chromoting_view.h
index 0f19c09ef9775ce85d861dd835e995bbfeda7dde..d785b291f891ac18a63fb771bced157f48c9a8e2 100644
--- a/remoting/client/chromoting_view.h
+++ b/remoting/client/chromoting_view.h
@@ -18,6 +18,10 @@ class ChromotingView {
ChromotingView();
virtual ~ChromotingView() {}
+ // Get screen dimensions.
+ // TODO(garykac): This will need to be extended to support multi-monitors.
+ void GetScreenSize(int* width, int* height);
+
// Initialize the common structures for the view.
virtual bool Initialize() = 0;
« no previous file with comments | « remoting/base/protocol/chromotocol.proto ('k') | remoting/client/chromoting_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698