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

Unified Diff: ash/common/frame/header_view.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/header_view.h ('k') | ash/common/wm/overview/overview_animation_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/frame/header_view.cc
diff --git a/ash/common/frame/header_view.cc b/ash/common/frame/header_view.cc
index 1f015ade4a9b6ba622318b71c3d5968a4997dca3..11f0b75811c88f13636952f80df25c0c8d278e69 100644
--- a/ash/common/frame/header_view.cc
+++ b/ash/common/frame/header_view.cc
@@ -94,6 +94,14 @@ void HeaderView::SetFrameColors(SkColor active_frame_color,
header_painter_->SetFrameColors(active_frame_color, inactive_frame_color);
}
+SkColor HeaderView::GetActiveFrameColor() const {
+ return header_painter_->GetActiveFrameColor();
+}
+
+SkColor HeaderView::GetInactiveFrameColor() const {
+ return header_painter_->GetInactiveFrameColor();
+}
+
///////////////////////////////////////////////////////////////////////////////
// HeaderView, views::View overrides:
« no previous file with comments | « ash/common/frame/header_view.h ('k') | ash/common/wm/overview/overview_animation_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698