Index: ui/aura/client/aura_constants.h |
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h |
index a177f256bb0bc8fb35539b5fa4efdcf6299dce85..ee837ca6c056e3a7585e26aaa52d8b1022e07176 100644 |
--- a/ui/aura/client/aura_constants.h |
+++ b/ui/aura/client/aura_constants.h |
@@ -75,6 +75,9 @@ AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const |
// the web contents for app windows and varies for fullscreen windows. |
AURA_EXPORT extern const aura::WindowProperty<int>* const kTopViewInset; |
+// The color of the window header. |
+AURA_EXPORT extern const aura::WindowProperty<int>* const kTopViewColor; |
+ |
// A property key to store window icon. |
AURA_EXPORT extern const WindowProperty<gfx::ImageSkia*>* const kWindowIconKey; |