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

Unified Diff: gm/ovals.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/offsetimagefilter.cpp ('k') | gm/patch.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/ovals.cpp
diff --git a/gm/ovals.cpp b/gm/ovals.cpp
index 32c9e71640d6fa3bc42c7ea1c3409b51d7882f3a..e4cc46eb210c714dfc3a96cf6f44957c2725c32a 100755
--- a/gm/ovals.cpp
+++ b/gm/ovals.cpp
@@ -267,7 +267,7 @@ protected:
canvas->drawRect(oval, rectPaint);
canvas->drawOval(oval, fPaints[i]);
- fPaints[i].setShader(NULL);
+ fPaints[i].setShader(nullptr);
canvas->restore();
}
« no previous file with comments | « gm/offsetimagefilter.cpp ('k') | gm/patch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698