Chromium Code Reviews| Index: ash/wm/window_state.h |
| diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h |
| index 653071fea794991d379e25eb452e5a8f82293d80..560a91fc128c099c372329d2c23fabbcfb14b8af 100644 |
| --- a/ash/wm/window_state.h |
| +++ b/ash/wm/window_state.h |
| @@ -65,6 +65,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver { |
| // SHOW_STATE_DEFAULT. |
| bool IsNormalShowState() const; |
| bool IsActive() const; |
| + bool IsDocked() const; |
| // Checks if the window can change its state accordingly. |
| bool CanMaximize() const; |