Index: ash/wm/window_properties.h |
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h |
index ba5f76435e31033496a2f66dc98ccb2f394fe4e0..86773592953c9fac901f4e310256901a6462e7a6 100644 |
--- a/ash/wm/window_properties.h |
+++ b/ash/wm/window_properties.h |
@@ -9,6 +9,7 @@ |
#include "ash/wm/property_util.h" |
#include "ash/wm/shadow_types.h" |
#include "ui/aura/window.h" |
+#include "ui/aura/window_property.h" |
#include "ui/base/ui_base_types.h" |
namespace ui_controls { |
@@ -53,7 +54,7 @@ extern const aura::WindowProperty<ShadowType>* const kShadowTypeKey; |
// A property key to remember the frame painter for the solo-window in the root |
// window. It is only available for root windows. |
-extern const aura::WindowProperty<ash::FramePainter*>* const |
+ASH_EXPORT extern const aura::WindowProperty<ash::FramePainter*>* const |
kSoloWindowFramePainterKey; |
// If this is set to true, the window stays in the same root window |