| Index: ash/wm/window_state.cc
|
| diff --git a/ash/wm/window_state.cc b/ash/wm/window_state.cc
|
| index 7c5c1674f14b050f4593608c1fa278d72e571221..0a8ad95a91b932553aa2f5ec286f4b0702a53c34 100644
|
| --- a/ash/wm/window_state.cc
|
| +++ b/ash/wm/window_state.cc
|
| @@ -89,6 +89,7 @@ WindowState::WindowState(aura::Window* window)
|
| ignored_by_shelf_(false),
|
| can_consume_system_keys_(false),
|
| top_row_keys_are_function_keys_(false),
|
| + in_immersive_fullscreen_(false),
|
| unminimize_to_restore_bounds_(false),
|
| hide_shelf_when_fullscreen_(true),
|
| minimum_visibility_(false),
|
|
|