| Index: tests/BlurTest.cpp
|
| diff --git a/tests/BlurTest.cpp b/tests/BlurTest.cpp
|
| index 645340a09f71bdef99a8f40568801ee002bd7a13..cde700ef7f3adb31b515d66926218585c2fdf707 100644
|
| --- a/tests/BlurTest.cpp
|
| +++ b/tests/BlurTest.cpp
|
| @@ -293,7 +293,7 @@ static bool gpu_blur_path(GrContextFactory* factory, const SkPath& path,
|
| desc.fSampleCnt = 0;
|
|
|
| SkAutoTUnref<GrTexture> texture(grContext->createTexture(desc, false, NULL, 0));
|
| - SkAutoTUnref<SkGpuDevice> device(SkNEW_ARGS(SkGpuDevice, (grContext, texture.get())));
|
| + SkAutoTUnref<SkGpuDevice> device(new SkGpuDevice (grContext, texture.get()));
|
| SkCanvas canvas(device.get());
|
|
|
| blur_path(&canvas, path, gaussianSigma);
|
|
|