| Index: Source/core/rendering/RenderTextControlSingleLine.cpp
|
| diff --git a/Source/core/rendering/RenderTextControlSingleLine.cpp b/Source/core/rendering/RenderTextControlSingleLine.cpp
|
| index cefe3c45e808bacf73e1d97a1684947c3620e8b4..71e3831e570cad82c3161b6bb1263400e22df870 100644
|
| --- a/Source/core/rendering/RenderTextControlSingleLine.cpp
|
| +++ b/Source/core/rendering/RenderTextControlSingleLine.cpp
|
| @@ -257,7 +257,7 @@ void RenderTextControlSingleLine::capsLockStateMayHaveChanged()
|
|
|
| if (shouldDrawCapsLockIndicator != m_shouldDrawCapsLockIndicator) {
|
| m_shouldDrawCapsLockIndicator = shouldDrawCapsLockIndicator;
|
| - paintInvalidationForWholeRenderer();
|
| + setShouldDoFullPaintInvalidation(true);
|
| }
|
| }
|
|
|
|
|