| Index: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp | 
| index 5641e1944d748107ff1bf86b19ac1a6ff83506e3..e4eb0866733b8b6e767ae3f380a0f33d9c60d26e 100644 | 
| --- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp | 
| @@ -182,7 +182,7 @@ sk_sp<SkImageFilter> FEImage::createImageFilterForLayoutObject( | 
| { | 
| TransformRecorder transformRecorder(builder.context(), layoutObject, | 
| transform); | 
| -    SVGPaintContext::paintSubtree(builder.context(), &layoutObject); | 
| +    SVGPaintContext::paintResourceSubtree(builder.context(), &layoutObject); | 
| } | 
|  | 
| return SkPictureImageFilter::Make(ToSkPicture(builder.endRecording()), | 
|  |