| Index: ash/wm/window_state_util.cc
|
| diff --git a/ash/wm/window_state_util.cc b/ash/wm/window_state_util.cc
|
| index e5d6f8e1cdd9cf4c3207e3cb1c805c9232712e53..36d874433e82a9c5c8f1054bb289519cbeea1fd7 100644
|
| --- a/ash/wm/window_state_util.cc
|
| +++ b/ash/wm/window_state_util.cc
|
| @@ -26,8 +26,8 @@ void ToggleFullScreen(wm::WindowState* window_state,
|
| window_state->Restore();
|
| } else {
|
| // Set the property to activate full screen.
|
| - window_state->window()->SetProperty(aura::client::kShowStateKey,
|
| - ui::SHOW_STATE_FULLSCREEN);
|
| + window_state->aura_window()->SetProperty(aura::client::kShowStateKey,
|
| + ui::SHOW_STATE_FULLSCREEN);
|
| }
|
| }
|
|
|
|
|