| 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 384f69383b47ea233afc8403fc365e1f10a68317..4e285a751d7766525542fe3e00949b57ce1a04e2 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| @@ -191,7 +191,7 @@ sk_sp<SkImageFilter> FEImage::CreateImageFilterForLayoutObject(
|
| builder.EndRecording(*canvas);
|
|
|
| return SkPictureImageFilter::Make(
|
| - ToSkPicture(paint_recorder.finishRecordingAsPicture(), dst_rect));
|
| + ToSkPicture(paint_recorder.finishRecordingAsPicture()), dst_rect);
|
| }
|
|
|
| sk_sp<SkImageFilter> FEImage::CreateImageFilter() {
|
|
|