Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
index 7a71d90a850006ccea21edd3cc3ddec62ea2ca48..34760867c4e814b4af091fe7c8428da5de0963b0 100644 |
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp |
@@ -67,7 +67,7 @@ void SourceGraphic::setSourceRect(const IntRect& sourceRect) |
m_sourceRect = sourceRect; |
} |
-PassRefPtr<SkImageFilter> SourceGraphic::createImageFilter(SkiaImageFilterBuilder*) |
+PassRefPtr<SkImageFilter> SourceGraphic::createImageFilter(SkiaImageFilterBuilder&) |
{ |
if (!m_picture) |
return nullptr; |