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

Unified Diff: src/core/SkRWBuffer.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/core/SkRRect.cpp ('k') | src/core/SkRWBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkRWBuffer.h
diff --git a/src/core/SkRWBuffer.h b/src/core/SkRWBuffer.h
index 89cb425a7f31532c0e179690de1d41ee9ae09e47..9d88a60203f6842c5ec213acd1640abe4f7d1a0b 100644
--- a/src/core/SkRWBuffer.h
+++ b/src/core/SkRWBuffer.h
@@ -34,7 +34,7 @@ public:
void reset(const SkROBuffer*);
/**
- * Return the current continuous block of memory, or NULL if the iterator is exhausted
+ * Return the current continuous block of memory, or nullptr if the iterator is exhausted
*/
const void* data() const;
« no previous file with comments | « src/core/SkRRect.cpp ('k') | src/core/SkRWBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698