| Index: src/core/SkDrawable.cpp
|
| diff --git a/src/core/SkDrawable.cpp b/src/core/SkDrawable.cpp
|
| index 50522709e90dd7346d0d83ab2e0c98b665e7da78..8fea38be34a46cf3f1ea820d558039b795195ff5 100644
|
| --- a/src/core/SkDrawable.cpp
|
| +++ b/src/core/SkDrawable.cpp
|
| @@ -76,7 +76,7 @@ SkPicture* SkDrawable::onNewPictureSnapshot() {
|
| SkPictureRecorder recorder;
|
|
|
| const SkRect bounds = this->getBounds();
|
| - SkCanvas* canvas = recorder.beginRecording(bounds, NULL, 0);
|
| + SkCanvas* canvas = recorder.beginRecording(bounds, nullptr, 0);
|
| this->draw(canvas);
|
| if (false) {
|
| draw_bbox(canvas, bounds);
|
|
|