| 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 5d72405397bbbfec2fa59de0ec37940204a2ee26..6bfb64b4d40e99dad8fb6f6fbf6be7633253c801 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| @@ -178,6 +178,8 @@ void LayoutSVGResourceContainer::markClientForInvalidation(
|
| // entire <text>/<tspan>/... subtree.
|
| client->setShouldDoFullPaintInvalidation(
|
| PaintInvalidationSVGResourceChange);
|
| + // Invalidate paint properties to update effects if any.
|
| + client->setNeedsPaintPropertyUpdate();
|
| break;
|
| case ParentOnlyInvalidation:
|
| break;
|
|
|