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

Unified Diff: ui/views/controls/link.h

Issue 17756003: Colors in views::StyledLabel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 5 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/ui/views/sync/profile_signin_confirmation_dialog_views.cc ('k') | ui/views/controls/link.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/link.h
diff --git a/ui/views/controls/link.h b/ui/views/controls/link.h
index cec26c493cc41f76ccfd2afd7653202760cace56..9230acbb2962797667f28e05a3d93ef1f898c17d 100644
--- a/ui/views/controls/link.h
+++ b/ui/views/controls/link.h
@@ -7,6 +7,7 @@
#include <string>
+#include "third_party/skia/include/core/SkColor.h"
#include "ui/views/controls/label.h"
namespace views {
@@ -27,6 +28,8 @@ class VIEWS_EXPORT Link : public Label {
explicit Link(const string16& title);
virtual ~Link();
+ static SkColor GetDefaultEnabledColor();
+
const LinkListener* listener() { return listener_; }
void set_listener(LinkListener* listener) { listener_ = listener; }
« no previous file with comments | « chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc ('k') | ui/views/controls/link.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698