| Index: ash/common/wm/window_state_observer.h
|
| diff --git a/ash/common/wm/window_state_observer.h b/ash/common/wm/window_state_observer.h
|
| index c13d290f9e1fc7243ee5829e18c02884c7422ca2..7bfec4e1ad9346bf808f261020c3fdf95e93338d 100644
|
| --- a/ash/common/wm/window_state_observer.h
|
| +++ b/ash/common/wm/window_state_observer.h
|
| @@ -14,6 +14,8 @@ class WindowState;
|
|
|
| class ASH_EXPORT WindowStateObserver {
|
| public:
|
| + virtual ~WindowStateObserver() {}
|
| +
|
| // Following observer methods are different from kWindowShowStatekey
|
| // property change as they will be invoked when the window
|
| // gets left/right maximized, and auto positioned. |old_type| is the value
|
|
|