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 f7441244b9116f216214a7ea1d18dfca347c444e..9d66ed002154d9e722f9344843e28564a55ed88a 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 store the type of window that will be used to record |
| +// pointer metrics. |
|
Daniel Erat
2016/09/27 19:15:10
please mention the enum name in this comment so la
xiaoyinh(OOO Sep 11-29)
2016/09/29 20:37:44
Done.
|
| +AURA_EXPORT extern const WindowProperty<int>* const kAppType; |
| + |
| // A property key to store the can-maximize flag. |
| AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey; |