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

Unified Diff: ash/wm/aura/wm_globals_aura.h

Issue 1923983003: Makes WorkspaceLayoutManager use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix always-on-top and remove mus changes 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
Index: ash/wm/aura/wm_globals_aura.h
diff --git a/ash/wm/aura/wm_globals_aura.h b/ash/wm/aura/wm_globals_aura.h
index 1bbf14069ed8bb5dde83d81bf35d60d95b2a01a0..866bbf048f103fb3ce975cb978beae00a1c5a0f1 100644
--- a/ash/wm/aura/wm_globals_aura.h
+++ b/ash/wm/aura/wm_globals_aura.h
@@ -35,6 +35,7 @@ class ASH_EXPORT WmGlobalsAura : public WmGlobals,
WmWindow* GetRootWindowForNewWindows() override;
std::vector<WmWindow*> GetMruWindowListIgnoreModals() override;
bool IsForceMaximizeOnFirstRun() override;
+ bool IsScreenLocked() override;
void LockCursor() override;
void UnlockCursor() override;
std::vector<WmWindow*> GetAllRootWindows() override;

Powered by Google App Engine
This is Rietveld 408576698