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

Unified Diff: ash/common/wm_shell.h

Issue 2347493003: Moves RootWindowController::MoveWindowsTo to WmRootWindowController (Closed)
Patch Set: merge to trunk Created 4 years, 3 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/common/wm_root_window_controller.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index ac6927a0b1d1b72b66c753b0dea13b5bad38b6f9..e29d9b194bdfecfc1dc32708e0009fbffe099766 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -198,10 +198,15 @@ class ASH_EXPORT WmShell {
// TODO(mash): Remove when DisplayManager has been moved. crbug.com/622480
virtual bool IsActiveDisplayId(int64_t display_id) const = 0;
- // Returns true if the desktop is in unified mode.
+ // Returns true if the desktop is in unified mode and there are no mirroring
+ // displays.
// TODO(mash): Remove when DisplayManager has been moved. crbug.com/622480
virtual bool IsInUnifiedMode() const = 0;
+ // Returns true if the desktop is in unified mode.
+ // TODO(mash): Remove when DisplayManager has been moved. crbug.com/622480
+ virtual bool IsInUnifiedModeIgnoreMirroring() const = 0;
+
// Returns the first display; this is the first display listed by hardware,
// which corresponds to internal displays on devices with integrated displays.
// TODO(mash): Remove when DisplayManager has been moved. crbug.com/622480
« no previous file with comments | « ash/common/wm_root_window_controller.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698