| 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 0c8f3b706f7f302e0c77e0ec124c71d7995443fc..41b15fff6474d4bb263f311d62d4818d057b23d5 100644 | 
| --- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp | 
| @@ -177,7 +177,7 @@ PassRefPtr<SkImageFilter> FEImage::createImageFilterForLayoutObject(const Layout | 
| SkPictureBuilder filterPicture(dstRect); | 
| { | 
| TransformRecorder transformRecorder(filterPicture.context(), layoutObject, transform); | 
| -        SVGPaintContext::paintSubtree(&filterPicture.context(), &layoutObject); | 
| +        SVGPaintContext::paintSubtree(filterPicture.context(), &layoutObject); | 
| } | 
| RefPtr<const SkPicture> recording = filterPicture.endRecording(); | 
|  | 
|  |