| 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_;
|
|
|
| // Background color on which the label is drawn, for auto color readability.
|
| SkColor displayed_on_background_color_;
|
|
|