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..8730b83f4d6f6739620de75198d8b52cd5805f94 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& size); |
+ |
// See description above field for details. |
bool in_setup() const { return in_setup_; } |