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

Unified Diff: src/utils/SkBase64.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/svg/parser/SkSVGPath.cpp ('k') | src/utils/SkBase64.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils/SkBase64.h
diff --git a/src/utils/SkBase64.h b/src/utils/SkBase64.h
index ba66dd2f47796bc16dc2143c84e0665725003994..13350b7b682cd30fe7d2e22e37ffd16e4778aec4 100644
--- a/src/utils/SkBase64.h
+++ b/src/utils/SkBase64.h
@@ -26,7 +26,7 @@ public:
encode[64] will be used as the pad character. Encodings other than the
default encoding cannot be decoded.
*/
- static size_t Encode(const void* src, size_t length, void* dest, const char* encode = NULL);
+ static size_t Encode(const void* src, size_t length, void* dest, const char* encode = nullptr);
private:
Error decode(const void* srcPtr, size_t length, bool writeDestination);
« no previous file with comments | « src/svg/parser/SkSVGPath.cpp ('k') | src/utils/SkBase64.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698