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/imageblur2.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/imageblur.cpp ('k') | gm/imageblurtiled.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/imageblur2.cpp
diff --git a/gm/imageblur2.cpp b/gm/imageblur2.cpp
index 58e40961e4b9355f3c7360c4e4788d9be7671e5d..223582f12029664a2b3a35b4db037e49358a902f 100644
--- a/gm/imageblur2.cpp
+++ b/gm/imageblur2.cpp
@@ -59,7 +59,7 @@ protected:
SkPaint paint;
paint.setImageFilter(SkBlurImageFilter::Create(sigmaX, sigmaY))->unref();
- canvas->saveLayer(NULL, &paint);
+ canvas->saveLayer(nullptr, &paint);
SkRandom rand;
SkPaint textPaint;
« no previous file with comments | « gm/imageblur.cpp ('k') | gm/imageblurtiled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698