Chromium Code Reviews| 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 |