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

Unified Diff: ash/common/system/user/button_from_view.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/system/tray/tray_utils.cc ('k') | ash/common/system/user/tray_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/user/button_from_view.cc
diff --git a/ash/common/system/user/button_from_view.cc b/ash/common/system/user/button_from_view.cc
index 5ff5ede324a75bd91da49a1601539d84d67cf087..b1a632eda67e1255665586e520f710026993f3ee 100644
--- a/ash/common/system/user/button_from_view.cc
+++ b/ash/common/system/user/button_from_view.cc
@@ -106,7 +106,7 @@ void ButtonFromView::ShowActive() {
bool border_visible =
(button_hovered_ && highlight_on_hover_) || show_border_;
SkColor border_color = border_visible ? kBorderColor : SK_ColorTRANSPARENT;
- SetBorder(views::Border::CreateSolidBorder(1, border_color));
+ SetBorder(views::CreateSolidBorder(1, border_color));
if (highlight_on_hover_) {
SkColor background_color =
button_hovered_ ? kHoverBackgroundColor : kBackgroundColor;
« no previous file with comments | « ash/common/system/tray/tray_utils.cc ('k') | ash/common/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698