Index: Source/core/html/forms/RangeInputType.cpp |
diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp |
index db6e5361de241e1a168588a8a440f16c04e8730c..8b1ae04903560800918c5fb3391070669a8045d1 100644 |
--- a/Source/core/html/forms/RangeInputType.cpp |
+++ b/Source/core/html/forms/RangeInputType.cpp |
@@ -336,7 +336,7 @@ void RangeInputType::listAttributeTargetChanged() |
m_tickMarkValuesDirty = true; |
Element* sliderTrackElement = this->sliderTrackElement(); |
if (sliderTrackElement->renderer()) |
- sliderTrackElement->renderer()->setNeedsLayout(); |
+ sliderTrackElement->renderer()->setNeedsLayoutAndFullRepaint(); |
} |
static bool decimalCompare(const Decimal& a, const Decimal& b) |