| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| index c99a72bcced8793c89edb043092ba7b2cb33d0c5..259d6f39208de78b9e14c3ad9b23a437dfa335e8 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| @@ -236,7 +236,7 @@ LayoutRect LayoutSVGInlineText::clippedOverflowRectForPaintInvalidation(const La
|
| // FIXME: The following works because LayoutSVGBlock has forced slow rect mapping of the paintInvalidationState.
|
| // Should let this really work with paintInvalidationState's fast mapping and remove the assert.
|
| ASSERT(!paintInvalidationState || !paintInvalidationState->canMapToAncestor(paintInvalidationContainer));
|
| - return parent()->clippedOverflowRectForPaintInvalidation(paintInvalidationContainer, paintInvalidationState);
|
| + return parent()->clippedOverflowRectForPaintInvalidation(paintInvalidationContainer, nullptr);
|
| }
|
|
|
| PassRefPtr<StringImpl> LayoutSVGInlineText::originalText() const
|
|
|