| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| index 6581f20d3c9dd558911d36b32c75f78a218465a9..83fdde6b04adf84c2fc35dd0ed953838585e245a 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGForeignObject.h
|
| @@ -58,7 +58,7 @@ class LayoutSVGForeignObject final : public LayoutSVGBlock {
|
| FloatRect strokeBoundingBox() const override {
|
| return FloatRect(FloatPoint(), m_viewport.size());
|
| }
|
| - FloatRect paintInvalidationRectInLocalSVGCoordinates() const override {
|
| + FloatRect visualRectInLocalSVGCoordinates() const override {
|
| return FloatRect(FloatPoint(), m_viewport.size());
|
| }
|
|
|
|
|