| Index: gm/imagefilterscropexpand.cpp
|
| diff --git a/gm/imagefilterscropexpand.cpp b/gm/imagefilterscropexpand.cpp
|
| index ada206cea4b3ec7c84564c45d7012479bc4cd0f3..450610aded50aad6aa2b3d2ad8407d8f76b702cb 100644
|
| --- a/gm/imagefilterscropexpand.cpp
|
| +++ b/gm/imagefilterscropexpand.cpp
|
| @@ -143,7 +143,7 @@ private:
|
| SkScalar x = SkIntToScalar(width / 2);
|
| SkScalar y = SkIntToScalar(height / 2);
|
| SkScalar radius = SkMinScalar(x, y) * 0.8f;
|
| - SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(width, height));
|
| + auto surface(SkSurface::MakeRasterN32Premul(width, height));
|
| SkCanvas* canvas = surface->getCanvas();
|
| canvas->clear(0x00000000);
|
| SkColor colors[2];
|
|
|