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

Unified Diff: samplecode/Sample2PtRadial.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 | « samplecode/OverView.cpp ('k') | samplecode/SampleAARectModes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/Sample2PtRadial.cpp
diff --git a/samplecode/Sample2PtRadial.cpp b/samplecode/Sample2PtRadial.cpp
index 764c2b129c463b5b3ec7115ad63deef30e7ade6d..07efd0a41c78a3d88500d26ed972a159a973f50f 100644
--- a/samplecode/Sample2PtRadial.cpp
+++ b/samplecode/Sample2PtRadial.cpp
@@ -34,7 +34,7 @@ protected:
SkPoint c1 = { 100, 100 };
SkScalar r1 = 100;
SkShader* s = SkGradientShader::CreateTwoPointConical(c0, r0, c1, r1, colors,
- NULL, 2,
+ nullptr, 2,
SkShader::kClamp_TileMode);
SkPaint paint;
« no previous file with comments | « samplecode/OverView.cpp ('k') | samplecode/SampleAARectModes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698