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

Unified Diff: ash/wm/overview/window_selector_controller.h

Issue 844763006: Change overview mode to so that docked panel windows are not grouped together. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Polished after a self-review. Created 5 years, 11 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/overview/window_selector_controller.h
diff --git a/ash/wm/overview/window_selector_controller.h b/ash/wm/overview/window_selector_controller.h
index 7ccf768c92c6adcf7ecec293da2d7e728f223855..dc4de0031da9e1ed606e5dd65f9c97a6d378a57f 100644
--- a/ash/wm/overview/window_selector_controller.h
+++ b/ash/wm/overview/window_selector_controller.h
@@ -39,11 +39,16 @@ class ASH_EXPORT WindowSelectorController
// Enters overview mode. This is essentially the window cycling mode however
// not released on releasing the alt key and allows selecting with the mouse
// or touch rather than keypresses.
+ // NOTE: Overview mode must not be active when destructing |this|.
jonross 2015/01/15 13:37:47 Could you add a DCHECK to the deconstructor to con
bruthig 2015/01/15 18:27:25 Done.
void ToggleOverview();
// Returns true if window selection mode is active.
bool IsSelecting();
+ // Returns true if overview mode is restoring minimized windows so that they
+ // are visible during overview mode.
+ bool IsRestoringMinimizedWindows() const;
+
// WindowSelectorDelegate:
void OnSelectionEnded() override;

Powered by Google App Engine
This is Rietveld 408576698