Chromium Code Reviews| Index: gm/vertices.cpp |
| diff --git a/gm/vertices.cpp b/gm/vertices.cpp |
| index 2f7a9b99d493dcf13c5a85ad4521f5b8c99ffbaf..9533d81bb4328fc23ba43a3548945fc584208b85 100644 |
| --- a/gm/vertices.cpp |
| +++ b/gm/vertices.cpp |
| @@ -123,5 +123,5 @@ private: |
| ///////////////////////////////////////////////////////////////////////////////////// |
| -DEF_GM( return SkNEW_ARGS(VerticesGM, (0xFF)); ) |
| -DEF_GM( return SkNEW_ARGS(VerticesGM, (0x80)); ) |
| +DEF_GM(return new VerticesGM(0xFF);) |
| +DEF_GM(return new VerticesGM(0x80);) |