Index: ash/common/frame/header_view.h |
diff --git a/ash/common/frame/header_view.h b/ash/common/frame/header_view.h |
index a005f45a479cc273a74af9f5c1838cbee6b6fbf5..6fa98b72c14ee6ddda9a58d071938b8dac1dcc68 100644 |
--- a/ash/common/frame/header_view.h |
+++ b/ash/common/frame/header_view.h |
@@ -60,6 +60,8 @@ class ASH_EXPORT HeaderView : public views::View, |
void SizeConstraintsChanged(); |
void SetFrameColors(SkColor active_frame_color, SkColor inactive_frame_color); |
+ SkColor GetActiveFrameColor() const; |
+ SkColor GetInactiveFrameColor() const; |
// views::View: |
void Layout() override; |