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

Unified Diff: views/controls/link.cc

Issue 4179001: [cros] Fix UI issues on SignIn pod. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 10 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 | « chrome/browser/chromeos/login/user_image_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/link.cc
diff --git a/views/controls/link.cc b/views/controls/link.cc
index 141e5c4ce15925343d493d7b501c88b8a141edb6..b39290274370d9e6bf710e8e4c3f3ff1c3d21cd5 100644
--- a/views/controls/link.cc
+++ b/views/controls/link.cc
@@ -179,7 +179,7 @@ std::string Link::GetClassName() const {
}
void Link::SetHighlightedColor(const SkColor& color) {
- normal_color_ = color;
+ highlighted_color_ = color;
ValidateStyle();
}
« no previous file with comments | « chrome/browser/chromeos/login/user_image_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698