| Index: samplecode/SampleAtlas.cpp
|
| diff --git a/samplecode/SampleAtlas.cpp b/samplecode/SampleAtlas.cpp
|
| index 1075f4d12e0e4c29186af69f313d9ba68174b7c1..3061b142816f0a352020d6b1a435747cd8b015dd 100644
|
| --- a/samplecode/SampleAtlas.cpp
|
| +++ b/samplecode/SampleAtlas.cpp
|
| @@ -41,7 +41,7 @@ static void draw_atlas_sim(SkCanvas* canvas, SkImage* atlas, const SkRSXform xfo
|
|
|
| static sk_sp<SkImage> make_atlas(int atlasSize, int cellSize) {
|
| SkImageInfo info = SkImageInfo::MakeN32Premul(atlasSize, atlasSize);
|
| - SkAutoTUnref<SkSurface> surface(SkSurface::NewRaster(info));
|
| + auto surface(SkSurface::MakeRaster(info));
|
| SkCanvas* canvas = surface->getCanvas();
|
|
|
| SkPaint paint;
|
|
|