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

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

Issue 2329433003: Revert of [ash-md] Fades overview header in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 e21030bdb9ec79a56a4f7aa89e75c01fb675cb2a..659e5cd53122f760ae7ca603e28773aad94581d5 100644
--- a/ash/common/frame/default_header_painter.cc
+++ b/ash/common/frame/default_header_painter.cc
@@ -206,14 +206,6 @@
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