| Index: ash/common/wm_window_observer.h
|
| diff --git a/ash/common/wm_window_observer.h b/ash/common/wm_window_observer.h
|
| index fd7250a07f6a6586d44992d881f658ce7e2a027f..a50b00e74e13336b8c2f8426dcc7e29d22c2a4c1 100644
|
| --- a/ash/common/wm_window_observer.h
|
| +++ b/ash/common/wm_window_observer.h
|
| @@ -46,6 +46,7 @@ class ASH_EXPORT WmWindowObserver {
|
| const gfx::Rect& new_bounds) {}
|
|
|
| virtual void OnWindowVisibilityChanging(WmWindow* window, bool visible) {}
|
| + virtual void OnWindowVisibilityChanged(WmWindow* window, bool visible) {}
|
|
|
| virtual void OnWindowTitleChanged(WmWindow* window) {}
|
|
|
|
|