Index: ash/wm/window_state.h |
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h |
index 04df1072ca7d3af0e2268e7aaef49a7b67d49142..a1c0615b62580f94a65cdf3fd37cb36671c8fe2d 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; |