| Index: Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| diff --git a/Source/core/layout/svg/LayoutSVGResourceFilter.cpp b/Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| index 506f7faa62bd71e623f6e1b7c4a4cb6e8f16cdf6..1ef639cc1123532efebf3998f8b7059cc4adefae 100644
|
| --- a/Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| +++ b/Source/core/layout/svg/LayoutSVGResourceFilter.cpp
|
| @@ -99,7 +99,7 @@ void LayoutSVGResourceFilter::removeClientFromCache(LayoutObject* client, bool m
|
| markClientForInvalidation(client, markForInvalidation ? BoundariesInvalidation : ParentOnlyInvalidation);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<SVGFilterBuilder> LayoutSVGResourceFilter::buildPrimitives(SVGFilter* filter)
|
| +PassRefPtrWillBeRawPtr<SVGFilterBuilder> LayoutSVGResourceFilter::buildPrimitives(Filter* filter)
|
| {
|
| SVGFilterElement* filterElement = toSVGFilterElement(element());
|
| FloatRect referenceBox = filter->referenceBox();
|
|
|