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

Unified Diff: ash/common/system/chromeos/session/logout_button_tray.cc

Issue 2400563004: Adjust shadow and stroke of MdTextButton. (Closed)
Patch Set: dont schedule paint, add a lot of consts Created 4 years, 2 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 | « no previous file | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/session/logout_button_tray.cc
diff --git a/ash/common/system/chromeos/session/logout_button_tray.cc b/ash/common/system/chromeos/session/logout_button_tray.cc
index 4e66f31c386f66ba9b6ddc065c4cc0a74e47d423..a3fda66280e3f5161ee3b8f571d859efba55bfa5 100644
--- a/ash/common/system/chromeos/session/logout_button_tray.cc
+++ b/ash/common/system/chromeos/session/logout_button_tray.cc
@@ -109,7 +109,7 @@ LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
views::MdTextButton* button =
views::MdTextButton::Create(this, base::string16());
button->SetProminent(true);
- button->set_bg_color_override(gfx::kGoogleRed700);
+ button->SetBgColorOverride(gfx::kGoogleRed700);
// Base font size + 2 = 14.
// TODO(estade): should this 2 be shared with other tray views? See
// crbug.com/623987
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698