Chromium Code Reviews| Index: gm/verttext2.cpp |
| diff --git a/gm/verttext2.cpp b/gm/verttext2.cpp |
| index 3a3955ee7c823aea93d2b28ae529e351ee229820..4896cc992a49dad96b36a8e134cae631bad920d4 100644 |
| --- a/gm/verttext2.cpp |
| +++ b/gm/verttext2.cpp |
| @@ -19,8 +19,8 @@ namespace skiagm { |
| class VertText2GM : public GM { |
| public: |
| VertText2GM() |
| - : fProp(NULL) |
| - , fMono(NULL) { |
| + : fProp(nullptr) |
| + , fMono(nullptr) { |
| } |
| virtual ~VertText2GM() { |