| Index: ash/wm/system_modal_container_layout_manager.cc
|
| diff --git a/ash/wm/system_modal_container_layout_manager.cc b/ash/wm/system_modal_container_layout_manager.cc
|
| index 92684583f81b809a5228d452c069404be0ef54af..85916d8a79dc697ab33056e3e9275169d0a8403b 100644
|
| --- a/ash/wm/system_modal_container_layout_manager.cc
|
| +++ b/ash/wm/system_modal_container_layout_manager.cc
|
| @@ -30,6 +30,8 @@
|
| #include "ui/views/widget/widget.h"
|
| #include "ui/wm/core/compound_event_filter.h"
|
|
|
| +DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(ASH_EXPORT, bool);
|
| +
|
| namespace ash {
|
|
|
| // If this is set to true, the window will get centered.
|
|
|