Index: tests/DrawBitmapRectTest.cpp |
diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp |
index 8928d4c90959d2d32f609609fd31126041ad2de1..23fa2448a060a73fdba9ab0a95f7b924330db6aa 100644 |
--- a/tests/DrawBitmapRectTest.cpp |
+++ b/tests/DrawBitmapRectTest.cpp |
@@ -41,7 +41,7 @@ static void test_faulty_pixelref(skiatest::Reporter* reporter) { |
bm.setPixelRef(new FailurePixelRef(info), 0, 0)->unref(); |
// now our bitmap has a pixelref, but we know it will fail to lock |
- SkAutoTUnref<SkSurface> surface(SkSurface::NewRasterN32Premul(200, 200)); |
+ auto surface(SkSurface::MakeRasterN32Premul(200, 200)); |
SkCanvas* canvas = surface->getCanvas(); |
const SkFilterQuality levels[] = { |