| Index: third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| index 5422c57f26f73dbef20bcc70007e23e968304288..21c0fa6f1af8250353261fee78559cec234744bd 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
|
| @@ -129,7 +129,7 @@ void SVGResourcesCache::clientStyleChanged(LayoutObject* layoutObject,
|
| }
|
|
|
| LayoutSVGResourceContainer::markForLayoutAndParentResourceInvalidation(
|
| - layoutObject, false);
|
| + layoutObject, diff);
|
| }
|
|
|
| void SVGResourcesCache::clientWasAddedToTree(LayoutObject* layoutObject,
|
|
|