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

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: comment 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..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;
};
« 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