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

Unified Diff: src/images/bmpdecoderhelper.h

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 | « src/images/SkScaledBitmapSampler.cpp ('k') | src/images/bmpdecoderhelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/images/bmpdecoderhelper.h
diff --git a/src/images/bmpdecoderhelper.h b/src/images/bmpdecoderhelper.h
index a0116de83374af8f090ebb32377ed2188dab0770..b448734bbc6aa1ad935ddca6aeb7da4f1016ff52 100644
--- a/src/images/bmpdecoderhelper.h
+++ b/src/images/bmpdecoderhelper.h
@@ -57,7 +57,7 @@ class BmpDecoderCallback {
/**
* This is called once for an image. It is passed the width and height and
* should return the address of a buffer that is large enough to store
- * all of the resulting pixels (widht * height * 3 bytes). If it returns NULL,
+ * all of the resulting pixels (widht * height * 3 bytes). If it returns nullptr,
* then the decoder will abort, but return true, as the caller has received
* valid dimensions.
*/
« no previous file with comments | « src/images/SkScaledBitmapSampler.cpp ('k') | src/images/bmpdecoderhelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698