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

Unified Diff: ash/wm/window_state.cc

Issue 309793005: Fixing problem with edge swipe exiting immersive mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test removed Created 6 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
« no previous file with comments | « ash/wm/window_state.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state.cc
diff --git a/ash/wm/window_state.cc b/ash/wm/window_state.cc
index 7c5c1674f14b050f4593608c1fa278d72e571221..07383299233a67f9138bacd993ae1ea36b773676 100644
--- a/ash/wm/window_state.cc
+++ b/ash/wm/window_state.cc
@@ -90,6 +90,7 @@ WindowState::WindowState(aura::Window* window)
can_consume_system_keys_(false),
top_row_keys_are_function_keys_(false),
unminimize_to_restore_bounds_(false),
+ in_immersive_fullscreen_(false),
hide_shelf_when_fullscreen_(true),
minimum_visibility_(false),
can_be_dragged_(true),
« no previous file with comments | « ash/wm/window_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698