Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2559)

Unified Diff: ash/wm/window_properties.h

Issue 11194015: Fix crash bugs of FramePainter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/frame_painter_unittest.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/wm/frame_painter_unittest.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698