Index: ui/views/controls/label.cc |
diff --git a/ui/views/controls/label.cc b/ui/views/controls/label.cc |
index a90aec4042e2782125dbbe47bae88963b4d040d2..783421acc3648f05f1bd0647325260da12a3eb2e 100644 |
--- a/ui/views/controls/label.cc |
+++ b/ui/views/controls/label.cc |
@@ -108,6 +108,7 @@ void Label::SetBackgroundColor(SkColor color) { |
background_color_ = color; |
background_color_set_ = true; |
RecalculateColors(); |
+ cached_draw_params_.text.clear(); |
} |
void Label::SetShadows(const gfx::ShadowValues& shadows) { |