Chromium Code Reviews| 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_; } |