| Index: tests/ImageFilterTest.cpp
|
| diff --git a/tests/ImageFilterTest.cpp b/tests/ImageFilterTest.cpp
|
| index f46519d94eaa23759247b870724200a5eaceac16..65ea8cf6b28194af426696bd9648c63c679f416b 100644
|
| --- a/tests/ImageFilterTest.cpp
|
| +++ b/tests/ImageFilterTest.cpp
|
| @@ -367,7 +367,7 @@ static sk_sp<SkSpecialSurface> create_empty_special_surface(GrContext* context,
|
| if (context) {
|
| return SkSpecialSurface::MakeRenderTarget(context,
|
| widthHeight, widthHeight,
|
| - kSkia8888_GrPixelConfig);
|
| + kSkia8888_GrPixelConfig, nullptr);
|
| } else
|
| #endif
|
| {
|
|
|