Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 57b4568011c4a1ccde1e78e37613f0af8fc60794..92197a0a3c613a7206cc6e98b4dd3a5774e91764 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -122,7 +122,7 @@ public: |
void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override; |
- SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override { return NULL; } |
+ SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override { return nullptr; } |
void flushMiniRecorder(); |