Index: Source/core/html/shadow/SliderThumbElement.cpp |
diff --git a/Source/core/html/shadow/SliderThumbElement.cpp b/Source/core/html/shadow/SliderThumbElement.cpp |
index 356c32ac203b25e2df5385f9f74ece547e6dcbef..b7562a9893847ac566533f4c176f8df9fbfde01f 100644 |
--- a/Source/core/html/shadow/SliderThumbElement.cpp |
+++ b/Source/core/html/shadow/SliderThumbElement.cpp |
@@ -193,7 +193,7 @@ void RenderSliderContainer::layout() |
// they have special painting code in RenderMediaControls.cpp:paintMediaVolumeSlider |
// and paintMediaSlider that gets called via -webkit-appearance and RenderTheme, |
// so nothing else would otherwise invalidate the slider. |
- repaint(); |
+ invalidatePaint(); |
} |
} |