| Index: ui/views/controls/styled_label.h
|
| diff --git a/ui/views/controls/styled_label.h b/ui/views/controls/styled_label.h
|
| index 57638c50f82b08602e72efbdf047eec68b97d24b..2e5cad31cc622d9fa451cbcb5129d3af8c7af4cd 100644
|
| --- a/ui/views/controls/styled_label.h
|
| +++ b/ui/views/controls/styled_label.h
|
| @@ -44,7 +44,8 @@ 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.
|
| + // The text color for the range. Default is SK_ColorTRANSPARENT, indicating
|
| + // the theme's default color should be used.
|
| SkColor color;
|
|
|
| // Tooltip for the range.
|
|
|