| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| index be8d2d03070714577660473c98f49aa9c964c55b..43115a8dc9f39dc9d1fefb4d2299ed387f5d9f9e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGInline.cpp
|
| @@ -149,8 +149,9 @@ void LayoutSVGInline::removeChild(LayoutObject* child) {
|
|
|
| void LayoutSVGInline::invalidateTreeIfNeeded(
|
| const PaintInvalidationState& paintInvalidationState) {
|
| - // TODO(wangxianzhu): Verify if the inherited LayoutBoxModelObject::invalidateTreeIfNeeded()
|
| - // is applicable here. If yes, remove this overriding method.
|
| + // TODO(wangxianzhu): Verify if the inherited
|
| + // LayoutBoxModelObject::invalidateTreeIfNeeded() is applicable here.
|
| + // If yes, remove this overriding method.
|
| LayoutObject::invalidateTreeIfNeeded(paintInvalidationState);
|
| }
|
|
|
|
|