| 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 2fbf31901394b4a51cd540abc83dfd497dca7ab5..cfa442224b72b33b116e22c442e0f16d47fb2f48 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -3409,6 +3409,7 @@ inline void LayoutObject::markAncestorsForPaintInvalidation() {
|
| inline void LayoutObject::setNeedsPaintOffsetAndVisualRectUpdate() {
|
| if (needsPaintOffsetAndVisualRectUpdate())
|
| return;
|
| +
|
| for (auto* object = this;
|
| object && !object->needsPaintOffsetAndVisualRectUpdate();
|
| object = object->parentCrossingFrames()) {
|
|
|