| Index: third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| index e435e12db3ab648a397ddfcec0db54557a9c8b18..262338da28fcb1b3d14945ba19effcea36607bd9 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| @@ -150,7 +150,7 @@ void SVGFilterPainter::FinishEffect(
|
| DCHECK(filter->GetSourceGraphic());
|
| sk_sp<PaintRecord> content = recording_context.EndContent(bounds);
|
| SkiaImageFilterBuilder::BuildSourceGraphic(filter->GetSourceGraphic(),
|
| - std::move(content), bounds);
|
| + std::move(content));
|
| filter_data->state_ = FilterData::kReadyToPaint;
|
| }
|
|
|
|
|