| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| index 54fb62ed0e8465bfbe633d77db988a4e032e92dd..c20eea7338a6a48023df53f883b82a6806e0b0e4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -54,7 +54,7 @@ public:
|
| void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const final;
|
| void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const override;
|
|
|
| - 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 styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
|
|