Index: ash/common/frame/default_header_painter.h |
diff --git a/ash/common/frame/default_header_painter.h b/ash/common/frame/default_header_painter.h |
index d9ea50c944aeb3d25c971d270d0690fc4d9b5400..4f5980de49c892192934c50ff85bbe5f5a69abc4 100644 |
--- a/ash/common/frame/default_header_painter.h |
+++ b/ash/common/frame/default_header_painter.h |
@@ -55,6 +55,8 @@ class ASH_EXPORT DefaultHeaderPainter : public HeaderPainter, |
// Sets the active and inactive frame colors. Note the inactive frame color |
// will have some transparency added when the frame is drawn. |
void SetFrameColors(SkColor active_frame_color, SkColor inactive_frame_color); |
+ SkColor GetActiveFrameColor() const; |
+ SkColor GetInactiveFrameColor() const; |
private: |
FRIEND_TEST_ALL_PREFIXES(DefaultHeaderPainterTest, TitleIconAlignment); |