| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| index d8899c7cf724ca4fc62a69dfbba81c453a2b18d6..0ab1760b128eb218992df19039b9a04ac7012216 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| @@ -89,9 +89,9 @@ LayoutRect LayoutSVGInline::absoluteClippedOverflowRect() const
|
| return SVGLayoutSupport::clippedOverflowRectForPaintInvalidation(*this, *view());
|
| }
|
|
|
| -void LayoutSVGInline::mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState& transformState, MapCoordinatesFlags) const
|
| +void LayoutSVGInline::mapLocalToAncestor(const LayoutBoxModelObject* ancestor, TransformState& transformState, MapCoordinatesFlags flags) const
|
| {
|
| - SVGLayoutSupport::mapLocalToAncestor(this, ancestor, transformState);
|
| + SVGLayoutSupport::mapLocalToAncestor(this, ancestor, transformState, flags);
|
| }
|
|
|
| const LayoutObject* LayoutSVGInline::pushMappingToContainer(const LayoutBoxModelObject* ancestorToStopAt, LayoutGeometryMap& geometryMap) const
|
|
|