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

Unified Diff: ash/wm/maximize_mode/maximize_mode_window_manager.h

Issue 2890733005: Refactor backdrop that is currently used in the maximized mode. (Closed)
Patch Set: fix memory issue in AshTouchExplorationManager Created 3 years, 7 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/maximize_mode/maximize_mode_window_manager.h
diff --git a/ash/wm/maximize_mode/maximize_mode_window_manager.h b/ash/wm/maximize_mode/maximize_mode_window_manager.h
index 4caa571d50098e8746aa9f275108f1f003a222fc..6641b247b0a835e931096f5f23c449f3010a40bb 100644
--- a/ash/wm/maximize_mode/maximize_mode_window_manager.h
+++ b/ash/wm/maximize_mode/maximize_mode_window_manager.h
@@ -131,9 +131,6 @@ class ASH_EXPORT MaximizeModeWindowManager : public aura::WindowObserver,
// Windows added to the container, but not yet shown.
std::unordered_set<aura::Window*> added_windows_;
- // True if all backdrops are hidden.
- bool backdrops_hidden_;
-
std::unique_ptr<wm::MaximizeModeEventHandler> event_handler_;
DISALLOW_COPY_AND_ASSIGN(MaximizeModeWindowManager);
« no previous file with comments | « ash/wm/maximize_mode/maximize_mode_backdrop_delegate_impl.cc ('k') | ash/wm/maximize_mode/maximize_mode_window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698