| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| index 2410ed9e9c04f132c49ae491af92c253ab85f8be..5f6f6289bf1f8c8954378e80f006c06fcf2284b1 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| @@ -45,7 +45,7 @@ public:
|
| FloatRect paintInvalidationRectInLocalCoordinates() const final;
|
|
|
| LayoutRect clippedOverflowRectForPaintInvalidation(const LayoutBoxModelObject* paintInvalidationContainer, const PaintInvalidationState* = nullptr) const final;
|
| - void mapLocalToContainer(const LayoutBoxModelObject* paintInvalidationContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = nullptr, const PaintInvalidationState* = nullptr) const final;
|
| + void mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = nullptr, const PaintInvalidationState* = nullptr) const final;
|
| const LayoutObject* pushMappingToContainer(const LayoutBoxModelObject* ancestorToStopAt, LayoutGeometryMap&) const final;
|
| void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const final;
|
|
|
|
|