Index: ui/aura/client/aura_constants.h |
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
index 92fa29826e0fb37c90506279df4e4aed3e86f84d..5ded1014a736c11ea857ffc1920ba41a9b889209 100644 |
--- a/ui/aura/client/aura_constants.h |
+++ b/ui/aura/client/aura_constants.h |
@@ -26,6 +26,10 @@ AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey; |
// of value is an int. |
AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey; |
+// A property key to indicate that a window should show that it deserves |
+// attention. |
+AURA_EXPORT extern const aura::WindowProperty<bool>* const kDrawAttentionKey; |
+ |
// A property key to store the window modality. |
AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey; |