Chromium Code Reviews| Index: ui/aura/client/aura_constants.h |
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
| index bcfab7f07854d67c7c44d4517d03e44d6747643a..bdf606038884252838da310a20c7a3b224ce4292 100644 |
| --- a/ui/aura/client/aura_constants.h |
| +++ b/ui/aura/client/aura_constants.h |
| @@ -36,6 +36,10 @@ enum class WindowEmbedType { |
| AURA_EXPORT extern const WindowProperty<bool>* const |
| kAccessibilityFocusFallsbackToWidgetKey; |
| +// A property key to store whether activation on pointer event is enabled or |
| +// not. |
|
sky
2017/04/17 16:08:48
Document that default is true, which means windows
Qiang(Joe) Xu
2017/04/17 17:40:32
Done.
|
| +AURA_EXPORT extern const WindowProperty<bool>* const kActivateOnPointerKey; |
| + |
| // A property key to store always-on-top flag. |
| AURA_EXPORT extern const WindowProperty<bool>* const kAlwaysOnTopKey; |