Chromium Code Reviews| Index: ash/wm/common/wm_globals.h |
| diff --git a/ash/wm/common/wm_globals.h b/ash/wm/common/wm_globals.h |
| index 9343281d2738297f84e026464b528e2925471b1c..0c46a1f32aabd51f7c91f6866a0e8f58610d6abf 100644 |
| --- a/ash/wm/common/wm_globals.h |
| +++ b/ash/wm/common/wm_globals.h |
| @@ -47,6 +47,9 @@ class ASH_EXPORT WmGlobals { |
| // the window size. |
| virtual bool IsForceMaximizeOnFirstRun() = 0; |
| + virtual void LockCursor() = 0; |
|
James Cook
2016/04/19 20:13:38
nit: Maybe comment what these do and/or direct peo
sky
2016/04/20 02:01:41
Done.
|
| + virtual void UnlockCursor() = 0; |
| + |
| virtual std::vector<WmWindow*> GetAllRootWindows() = 0; |
| }; |