| Index: Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGInlineText.cpp b/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| index e3d56e686a85b4c26764e71d77245a5648cf7c7c..914b423d939be92bf19eae81558bb9116b64e581 100644
|
| --- a/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGInlineText.cpp
|
| @@ -236,7 +236,7 @@ void LayoutSVGInlineText::computeNewScaledFontForStyle(LayoutObject* renderer, c
|
|
|
| LayoutRect LayoutSVGInlineText::clippedOverflowRectForPaintInvalidation(const LayoutLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
|
| {
|
| - // FIXME: The following works because RenderSVGBlock has forced slow rect mapping of the paintInvalidationState.
|
| + // 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->canMapToContainer(paintInvalidationContainer));
|
| return parent()->clippedOverflowRectForPaintInvalidation(paintInvalidationContainer, paintInvalidationState);
|
|
|