Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Unified Diff: ash/wm/common/wm_globals.h

Issue 1898223002: Removes most aura dependencies from WindowResizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_aura_from_window_state
Patch Set: nit and merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/root_window_finder.cc ('k') | ash/wm/common/wm_root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « ash/wm/common/root_window_finder.cc ('k') | ash/wm/common/wm_root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698