| Index: third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| index 931d854fdf1bcbff99b25c4f852d4e32ff43d0a8..416f838353bb0cb319c2973c21e37aaac2de3f59 100644
|
| --- a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
|
| @@ -20,7 +20,7 @@ protected:
|
| void checkPaintInvalidationStateRectMapping(const LayoutRect& expectedRect, const LayoutRect& rect, const LayoutObject& object, const LayoutView& layoutView, const LayoutObject& paintInvalidationContainer)
|
| {
|
| Vector<const LayoutObject*> ancestors;
|
| - for (const LayoutObject* ancestor = &object; ancestor != layoutView; ancestor = ancestor->parentCrossingFrameBoundaries())
|
| + for (const LayoutObject* ancestor = &object; ancestor != layoutView; ancestor = ancestor->paintInvalidationParent())
|
| ancestors.append(ancestor);
|
|
|
| Vector<Optional<PaintInvalidationState>> paintInvalidationStates(ancestors.size() + 1);
|
|
|