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 98792bec46a411cb730ab16f1969f752c661eb26..fbaae58c59111fdf85a3d8403848de748678b4fe 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp |
@@ -39,7 +39,7 @@ void SVGFilterRecordingContext::endContent(FilterData* filterData) |
m_paintController->commitNewDisplayItems(); |
m_paintController->paintArtifact().replay(*m_context); |
- SkiaImageFilterBuilder::buildSourceGraphic(sourceGraphic, toSkSp(m_context->endRecording())); |
+ SkiaImageFilterBuilder::buildSourceGraphic(sourceGraphic, m_context->endRecording()); |
// Content is cached by the source graphic so temporaries can be freed. |
m_paintController = nullptr; |