Index: ash/wm/window_properties.h |
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h |
index 41144c9f95bcf344141b57b14c86d643d65e95a8..3804f76a0b24fadd5a1d0b69c4c6ea6dc4a119ed 100644 |
--- a/ash/wm/window_properties.h |
+++ b/ash/wm/window_properties.h |
@@ -29,6 +29,11 @@ class RootWindowController; |
extern const aura::WindowProperty<internal::AlwaysOnTopController*>* const |
kAlwaysOnTopControllerKey; |
+// A property key to indicate that the user is cycling through workspaces. |
+// The property should only be set on the root window. |
+ASH_EXPORT extern const aura::WindowProperty<bool>* const |
+ kCyclingThroughWorkspacesKey; |
+ |
// A property key to disable the frame painter policy for solo windows. |
// It is only available for root windows. |
ASH_EXPORT extern const aura::WindowProperty<bool>* const |