| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| index 4c95c4a9b3a672ae3c79dfa53bceb4a841face6b..b42806c43c2261a4810857aa53884d211f07454b 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| @@ -251,7 +251,9 @@ void LayoutSVGResourceContainer::registerResource()
|
| // '-webkit-filter' applied, so we need to do the invalidation
|
| // below as well, unless we can optimistically determine that
|
| // 'filter' does not apply to the element in question.
|
| - if (!layoutObject->isSVGRoot() || !style.svgStyle().hasFilter())
|
| + // FIXME: resolve what TODO about the above comment, investigate
|
| + // who added it and why.
|
| + if (!layoutObject->isSVGRoot() || !style.hasFilter())
|
| continue;
|
| }
|
|
|
|
|