Index: gm/texturedomaineffect.cpp |
diff --git a/gm/texturedomaineffect.cpp b/gm/texturedomaineffect.cpp |
index 07b71195c77d72662c13c082bfbb787a6ae8dbda..7c534676af674a02d5f2ed0e9c87f204b6944817 100644 |
--- a/gm/texturedomaineffect.cpp |
+++ b/gm/texturedomaineffect.cpp |
@@ -155,7 +155,7 @@ private: |
const SkScalar TextureDomainEffect::kDrawPad = 10.f; |
const SkScalar TextureDomainEffect::kTestPad = 10.f; |
-DEF_GM( return SkNEW(TextureDomainEffect); ) |
+DEF_GM(return new TextureDomainEffect;) |
} |
#endif |