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