| Index: Source/core/html/shadow/SpinButtonElement.cpp
|
| diff --git a/Source/core/html/shadow/SpinButtonElement.cpp b/Source/core/html/shadow/SpinButtonElement.cpp
|
| index 2195609af9b86cf768549070a11bea8066daabae..2679b01427916925c7f7f0708cec24ae2251b9b9 100644
|
| --- a/Source/core/html/shadow/SpinButtonElement.cpp
|
| +++ b/Source/core/html/shadow/SpinButtonElement.cpp
|
| @@ -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()->paintInvalidationForWholeRenderer();
|
| + renderer()->setShouldDoFullPaintInvalidation(true);
|
| } else {
|
| releaseCapture();
|
| m_upDownState = Indeterminate;
|
|
|