| 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 1db2602f3f5c32c63f50c5ddb06303f317026145..be5886b7d7afb26fb2134dc93803363984f86bcd 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() &&
|
|
|