| 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 43e615f938b49e75c36bb0cfe195a357452342ad..e07ec0f00c8375e799629c44a64675e6faf29dc2 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.h
|
| @@ -41,13 +41,13 @@ class LayoutSVGInline : public LayoutInline {
|
| // Chapter 10.4 of the SVG Specification say that we should use the
|
| // object bounding box of the parent text element.
|
| // We search for the root text element and take its bounding box.
|
| - // It is also necessary to take the stroke and paint invalidation rect of
|
| - // this element, since we need it for filters.
|
| + // It is also necessary to take the stroke and visual rect of this element,
|
| + // since we need it for filters.
|
| FloatRect objectBoundingBox() const final;
|
| FloatRect strokeBoundingBox() const final;
|
| - FloatRect paintInvalidationRectInLocalSVGCoordinates() const final;
|
| + FloatRect visualRectInLocalSVGCoordinates() const final;
|
|
|
| - LayoutRect absoluteClippedOverflowRect() const final;
|
| + LayoutRect absoluteVisualRect() const final;
|
| void mapLocalToAncestor(const LayoutBoxModelObject* ancestor,
|
| TransformState&,
|
| MapCoordinatesFlags = ApplyContainerFlip) const final;
|
|
|