Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: gm/verttext2.cpp

Issue 1316233002: Style Change: NULL->nullptr (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-27 (Thursday) 10:25:06 EDT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/verttext.cpp ('k') | gm/verylargebitmap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « gm/verttext.cpp ('k') | gm/verylargebitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698