| 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),
|
|
|