| 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..28823ef7a353b1fa32000dd0ab02e00a2b0a3bb0 100644
|
| --- a/ash/wm/common/wm_globals.h
|
| +++ b/ash/wm/common/wm_globals.h
|
| @@ -47,6 +47,10 @@ class ASH_EXPORT WmGlobals {
|
| // the window size.
|
| virtual bool IsForceMaximizeOnFirstRun() = 0;
|
|
|
| + // See aura::client::CursorClient for details on these.
|
| + virtual void LockCursor() = 0;
|
| + virtual void UnlockCursor() = 0;
|
| +
|
| virtual std::vector<WmWindow*> GetAllRootWindows() = 0;
|
| };
|
|
|
|
|