| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| index 838f43c94f46575b73b59a57a9b27f6624764690..1a1502e8b2129bb5e20fd2143e739e9e7a6cc3ab 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGText.cpp
|
| @@ -247,9 +247,7 @@ void LayoutSVGText::layout()
|
| setLogicalHeight(beforeEdge);
|
|
|
| LayoutState state(*this, locationOffset());
|
| - LayoutUnit paintInvalidationLogicalTop;
|
| - LayoutUnit paintInvalidationLogicalBottom;
|
| - layoutInlineChildren(true, paintInvalidationLogicalTop, paintInvalidationLogicalBottom, afterEdge);
|
| + layoutInlineChildren(true, afterEdge);
|
|
|
| m_needsReordering = false;
|
|
|
|
|