| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index 5999b850978c4f64c533ad574982aedddf71d6de..64c1976f12f11556c89a283ec3770e8a950bd8ad 100644
|
| --- a/ui/aura/client/aura_constants.h
|
| +++ b/ui/aura/client/aura_constants.h
|
| @@ -48,6 +48,11 @@ AURA_EXPORT extern const WindowProperty<Window*>* const kHostWindowKey;
|
| // A property key to store the window modality.
|
| AURA_EXPORT extern const WindowProperty<ui::ModalType>* const kModalKey;
|
|
|
| +// A property key to store whether it is ok to release capture for a window
|
| +// if a touch happens outside its bounds.
|
| +AURA_EXPORT extern const WindowProperty<bool>* const
|
| + kReleaseCaptureOnTouchOutside;
|
| +
|
| // A property key to store the restore bounds for a window.
|
| AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey;
|
|
|
|
|