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

Unified Diff: ash/wm/window_state.cc

Issue 42353002: Introduce WindowStateDelegate::ToggleFullscreen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/window_state.cc
diff --git a/ash/wm/window_state.cc b/ash/wm/window_state.cc
index 2afba08d68f104fde02c523099d592422e59e859..330b4a4e544af87839f5aaad05fa5624e70907d9 100644
--- a/ash/wm/window_state.cc
+++ b/ash/wm/window_state.cc
@@ -37,6 +37,8 @@ WindowState::WindowState(aura::Window* window)
can_consume_system_keys_(false),
top_row_keys_are_function_keys_(false),
always_restores_to_restore_bounds_(false),
+ maximize_when_fullscreen_(false),
+ animate_to_fullscreen_(true),
window_show_type_(ToWindowShowType(GetShowState())) {
window_->AddObserver(this);
}
« ash/wm/window_state.h ('K') | « ash/wm/window_state.h ('k') | ash/wm/window_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698