| Index: ui/views/controls/styled_label.h
|
| diff --git a/ui/views/controls/styled_label.h b/ui/views/controls/styled_label.h
|
| index 4b7e092c121c44b65002bb35f05d4e4db400439f..16c3a0a569f3e24a5340285eb11fe59bcb1f3aad 100644
|
| --- a/ui/views/controls/styled_label.h
|
| +++ b/ui/views/controls/styled_label.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/strings/string16.h"
|
| +#include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/base/range/range.h"
|
| #include "ui/gfx/size.h"
|
| #include "ui/views/controls/link_listener.h"
|
| @@ -39,6 +40,9 @@ class VIEWS_EXPORT StyledLabel : public View, public LinkListener {
|
| // values defined in gfx::Font::FontStyle (BOLD, ITALIC, UNDERLINE).
|
| int font_style;
|
|
|
| + // The text color for the range.
|
| + SkColor color;
|
| +
|
| // Tooltip for the range.
|
| string16 tooltip;
|
|
|
|
|