| Index: src/fonts/SkTestScalerContext.h
|
| diff --git a/src/fonts/SkTestScalerContext.h b/src/fonts/SkTestScalerContext.h
|
| index 95316d7d5bc4a788e2e93a5ecced6ec65f09c59e..fe5c8d6ffca0653347e455635d280541b750b556 100644
|
| --- a/src/fonts/SkTestScalerContext.h
|
| +++ b/src/fonts/SkTestScalerContext.h
|
| @@ -74,7 +74,7 @@ protected:
|
| uint32_t glyphIDsCount) const override;
|
|
|
| SkStreamAsset* onOpenStream(int* ttcIndex) const override {
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| void onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocal) const override;
|
|
|