Chromium Code Reviews| Index: ui/views/controls/styled_label.h |
| diff --git a/ui/views/controls/styled_label.h b/ui/views/controls/styled_label.h |
| index af572f95f55c4da47ac969956a1171183ffba291..01f0c7cb0cbd8803368d5d5d715d05ae3a2231cd 100644 |
| --- a/ui/views/controls/styled_label.h |
| +++ b/ui/views/controls/styled_label.h |
| @@ -147,6 +147,7 @@ class VIEWS_EXPORT StyledLabel : public View, public LinkListener { |
| // This variable saves the result of the last GetHeightForWidth call in order |
| // to avoid repeated calculation. |
| mutable gfx::Size calculated_size_; |
| + int layout_built_for_width_; |
|
sky
2014/12/12 16:01:10
This needs a description (and a newline). Also, th
sky
2014/12/15 17:03:07
You seemed to have missed this comment.
edjomin
2014/12/16 08:51:52
Yes, I've missed it, sorry
edjomin
2014/12/16 08:51:52
Done.
|
| // Background color on which the label is drawn, for auto color readability. |
| SkColor displayed_on_background_color_; |