Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / aura / client / aura_constants.h
index a751049..d346098 100644 (file)
@@ -28,6 +28,9 @@ AURA_EXPORT extern const WindowProperty<bool>* const kAnimationsDisabledKey;
 // A property key to store the can-maximize flag.
 AURA_EXPORT extern const WindowProperty<bool>* const kCanMaximizeKey;
 
+// A property key to store the can-minimize flag.
+AURA_EXPORT extern const WindowProperty<bool>* const kCanMinimizeKey;
+
 // A property key to store the can-resize flag.
 AURA_EXPORT extern const WindowProperty<bool>* const kCanResizeKey;