| Index: ash/wm/window_state.h
|
| diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
|
| index 2bbdd035b0d127d001746d55ddfc9ba0b96d426b..e5027750ff5fdb3f0adf98e8da7f2d93ccdd7d72 100644
|
| --- a/ash/wm/window_state.h
|
| +++ b/ash/wm/window_state.h
|
| @@ -58,6 +58,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
|
| // Refer to WindowShowType definition in wm_types.h as for why Ash
|
| // has its own show type.
|
| WindowShowType window_show_type() const { return window_show_type_; }
|
| + void SetWindowShowType(WindowShowType window_show_type);
|
|
|
| // Predicates to check window state.
|
| bool IsMinimized() const;
|
|
|