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

Unified Diff: mojo/services/window_manager/window_manager_app.h

Issue 692693002: Make it possible to change the viewport size (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: mojo/services/window_manager/window_manager_app.h
diff --git a/mojo/services/window_manager/window_manager_app.h b/mojo/services/window_manager/window_manager_app.h
index 20a90ed4f73e02584f169bdf13084f1cd2142df9..652f7efa34cc24bc78c432a07f9d36e46f560fe1 100644
--- a/mojo/services/window_manager/window_manager_app.h
+++ b/mojo/services/window_manager/window_manager_app.h
@@ -81,6 +81,8 @@ class WindowManagerApp
void FocusWindow(Id view);
void ActivateWindow(Id view);
+ void SetViewportSize(gfx::Size);
sky 2014/10/30 03:23:57 const gfx::Size& and same comment about names.
+
bool IsReady() const;
// A client of this object will use this accessor to gain access to the

Powered by Google App Engine
This is Rietveld 408576698