Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderSliderContainer.cpp
index a194557..33a7a85 100644 (file)
@@ -143,7 +143,7 @@ void RenderSliderContainer::layout()
     // We need one-off invalidation code here because painting of the timeline element does not go through style.
     // Instead it has a custom implementation in C++ code.
     // Therefore the style system cannot understand when it needs to be paint invalidated.
-    setShouldDoFullPaintInvalidation(true);
+    setShouldDoFullPaintInvalidation();
 }
 
 } // namespace blink