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

Unified Diff: ash/common/frame/header_view.h

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.cc ('k') | ash/common/frame/header_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/common/frame/default_header_painter.cc ('k') | ash/common/frame/header_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698