| Index: ash/wm/window_state.h
|
| diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
|
| index 2bbdd035b0d127d001746d55ddfc9ba0b96d426b..f2b24ede8ff4b31e556d77e1f751e02f4c729810 100644
|
| --- a/ash/wm/window_state.h
|
| +++ b/ash/wm/window_state.h
|
| @@ -69,6 +69,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
|
| bool IsNormalShowState() const;
|
| bool IsActive() const;
|
| bool IsDocked() const;
|
| + bool IsSnapped() const;
|
|
|
| // Checks if the window can change its state accordingly.
|
| bool CanMaximize() const;
|
|
|