| Index: ash/wm/window_properties.cc
|
| diff --git a/ash/wm/window_properties.cc b/ash/wm/window_properties.cc
|
| index 9f2dd7e6a85620c877fbeec5f1c47a88db6b1c39..6aad28aa987db165cdf61d7402e3c7a21c9d7318 100644
|
| --- a/ash/wm/window_properties.cc
|
| +++ b/ash/wm/window_properties.cc
|
| @@ -15,7 +15,7 @@
|
| // defined in aura.
|
| DECLARE_WINDOW_PROPERTY_TYPE(ash::internal::AlwaysOnTopController*);
|
| DECLARE_WINDOW_PROPERTY_TYPE(ash::internal::ShadowType);
|
| -DECLARE_WINDOW_PROPERTY_TYPE(ash::FramePainter*);
|
| +DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(ASH_EXPORT, ash::FramePainter*);
|
| DECLARE_WINDOW_PROPERTY_TYPE(ash::WindowPersistsAcrossAllWorkspacesType)
|
| DECLARE_WINDOW_PROPERTY_TYPE(ui_controls::UIControlsAura*)
|
| DECLARE_WINDOW_PROPERTY_TYPE(ash::internal::RootWindowController*);
|
|
|