| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 354e11b3a7aa04a8e1fa8faea0f727396b1674c7..846f77187b9448390d83f2037de0c04d42a1ce76 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -3428,6 +3428,7 @@ inline void LayoutObject::markAncestorsForPaintInvalidation() {
|
| inline void LayoutObject::setNeedsPaintOffsetAndVisualRectUpdate() {
|
| if (needsPaintOffsetAndVisualRectUpdate())
|
| return;
|
| +
|
| for (auto* object = this;
|
| object && !object->needsPaintOffsetAndVisualRectUpdate();
|
| object = object->paintInvalidationParent()) {
|
|
|