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

Unified Diff: ash/common/wm/overview/window_selector.h

Issue 2225683005: [ash-md] Prevents auto-positioning after cancelling overview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | ash/common/wm/overview/window_selector.cc » ('j') | ash/common/wm/overview/window_selector.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/overview/window_selector.h
diff --git a/ash/common/wm/overview/window_selector.h b/ash/common/wm/overview/window_selector.h
index 55311cb619029f39cbc608ecf4914d449ad76d27..9677c16bde9836563b3487d68a79d445df017a6b 100644
--- a/ash/common/wm/overview/window_selector.h
+++ b/ash/common/wm/overview/window_selector.h
@@ -181,6 +181,9 @@ class ASH_EXPORT WindowSelector : public display::DisplayObserver,
// the text filtering textfield.
int text_filter_bottom_;
+ // True once Shutdown() has been called.
+ bool shutting_down_;
+
DISALLOW_COPY_AND_ASSIGN(WindowSelector);
};
« no previous file with comments | « no previous file | ash/common/wm/overview/window_selector.cc » ('j') | ash/common/wm/overview/window_selector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698