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

Unified Diff: mojo/services/view_manager/display_manager.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/view_manager/display_manager.h
diff --git a/mojo/services/view_manager/display_manager.h b/mojo/services/view_manager/display_manager.h
index 09e6bfc20562376a7c4208a3e5058fde10380522..d741a58f4f1de946d7d50f40aee3d8db11a093b5 100644
--- a/mojo/services/view_manager/display_manager.h
+++ b/mojo/services/view_manager/display_manager.h
@@ -45,6 +45,8 @@ class MOJO_VIEW_MANAGER_EXPORT DisplayManager
// Schedules a paint for the specified region of the specified view.
void SchedulePaint(const ServerView* view, const gfx::Rect& bounds);
+ void SetViewportSize(const gfx::Size&);
sky 2014/10/30 03:23:57 Chrome/Google style is to always have names in (th
+
// See description above field for details.
bool in_setup() const { return in_setup_; }

Powered by Google App Engine
This is Rietveld 408576698