| 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 8725011b2723f8d8a2673075df2609d654469422..0bb57bcb6437b0d2fb33d480a3d6008d05245e14 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
|
| @@ -59,7 +59,7 @@ void SourceGraphic::setSourceRect(const IntRect& sourceRect)
|
| m_sourceRect = sourceRect;
|
| }
|
|
|
| -sk_sp<SkImageFilter> SourceGraphic::createImageFilter(SkiaImageFilterBuilder&)
|
| +sk_sp<SkImageFilter> SourceGraphic::createImageFilter()
|
| {
|
| if (!m_picture)
|
| return nullptr;
|
|
|