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