| Index: src/core/SkBitmapController.h
|
| diff --git a/src/core/SkBitmapController.h b/src/core/SkBitmapController.h
|
| index ead4b783bd749cd4fd3e6a75af94bf85e907f2ec..aa663e85f71b92fa06032bfb7345c025786e89ca 100644
|
| --- a/src/core/SkBitmapController.h
|
| +++ b/src/core/SkBitmapController.h
|
| @@ -40,7 +40,7 @@ public:
|
| void* storage, size_t storageSize);
|
|
|
| State* requestBitmap(const SkBitmap& bm, const SkMatrix& inverse, SkFilterQuality quality) {
|
| - return this->requestBitmap(bm, inverse, quality, NULL, 0);
|
| + return this->requestBitmap(bm, inverse, quality, nullptr, 0);
|
| }
|
|
|
| protected:
|
|
|