Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / shadow / SpinButtonElement.cpp
index 2679b01..a14672c 100644 (file)
@@ -125,7 +125,7 @@ void SpinButtonElement::defaultEventHandler(Event* event)
             UpDownState oldUpDownState = m_upDownState;
             m_upDownState = (local.y() < box->height() / 2) ? Up : Down;
             if (m_upDownState != oldUpDownState)
-                renderer()->setShouldDoFullPaintInvalidation(true);
+                renderer()->setShouldDoFullPaintInvalidation();
         } else {
             releaseCapture();
             m_upDownState = Indeterminate;