aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkWriteBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkWriteBuffer.h')
-rw-r--r--include/core/SkWriteBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkWriteBuffer.h b/include/core/SkWriteBuffer.h
index 36c74c140f..6cbd4eaf54 100644
--- a/include/core/SkWriteBuffer.h
+++ b/include/core/SkWriteBuffer.h
@@ -91,7 +91,7 @@ public:
fWriter.write(buffer, bytes);
}
- void reset(void* storage = NULL, size_t storageSize = 0) {
+ void reset(void* storage = nullptr, size_t storageSize = 0) {
fWriter.reset(storage, storageSize);
}