| Index: ash/wm/custom_frame_view_ash.cc
|
| diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc
|
| index 03b4c82e3836809f297ca830e1d862c8a796302d..8df509c71fab9042d5d3ee3186213ec41ff97a8f 100644
|
| --- a/ash/wm/custom_frame_view_ash.cc
|
| +++ b/ash/wm/custom_frame_view_ash.cc
|
| @@ -105,7 +105,7 @@ class CustomFrameViewAshWindowStateDelegate
|
| window_state_ = NULL;
|
| }
|
| // Overridden from ash::wm::WindowStateObserver:
|
| - virtual void OnWindowShowTypeChanged(
|
| + virtual void OnPostWindowShowTypeChange(
|
| ash::wm::WindowState* window_state,
|
| ash::wm::WindowShowType old_type) OVERRIDE {
|
| if (!window_state->IsFullscreen() &&
|
|
|