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

Unified Diff: ash/common/frame/default_header_painter.cc

Issue 2239233002: [ash-md] Fades overview header in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Fades overview header in and out (fixed a new test assertion) Created 4 years, 3 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/common/frame/default_header_painter.h ('k') | ash/common/frame/header_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/frame/default_header_painter.cc
diff --git a/ash/common/frame/default_header_painter.cc b/ash/common/frame/default_header_painter.cc
index 659e5cd53122f760ae7ca603e28773aad94581d5..e21030bdb9ec79a56a4f7aa89e75c01fb675cb2a 100644
--- a/ash/common/frame/default_header_painter.cc
+++ b/ash/common/frame/default_header_painter.cc
@@ -206,6 +206,14 @@ void DefaultHeaderPainter::SetFrameColors(SkColor active_frame_color,
UpdateAllButtonImages();
}
+SkColor DefaultHeaderPainter::GetActiveFrameColor() const {
+ return active_frame_color_;
+}
+
+SkColor DefaultHeaderPainter::GetInactiveFrameColor() const {
+ return inactive_frame_color_;
+}
+
void DefaultHeaderPainter::UpdateLeftHeaderView(views::View* left_header_view) {
left_header_view_ = left_header_view;
}
« no previous file with comments | « ash/common/frame/default_header_painter.h ('k') | ash/common/frame/header_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698