aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPictureRecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPictureRecorder.h')
-rw-r--r--include/core/SkPictureRecorder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPictureRecorder.h b/include/core/SkPictureRecorder.h
index 09839cba5e..cadd193afc 100644
--- a/include/core/SkPictureRecorder.h
+++ b/include/core/SkPictureRecorder.h
@@ -48,11 +48,11 @@ public:
@return the canvas.
*/
SkCanvas* beginRecording(const SkRect& bounds,
- SkBBHFactory* bbhFactory = NULL,
+ SkBBHFactory* bbhFactory = nullptr,
uint32_t recordFlags = 0);
SkCanvas* beginRecording(SkScalar width, SkScalar height,
- SkBBHFactory* bbhFactory = NULL,
+ SkBBHFactory* bbhFactory = nullptr,
uint32_t recordFlags = 0) {
return this->beginRecording(SkRect::MakeWH(width, height), bbhFactory, recordFlags);
}