aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkColorFilterImageFilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkColorFilterImageFilter.h')
-rw-r--r--include/effects/SkColorFilterImageFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/effects/SkColorFilterImageFilter.h b/include/effects/SkColorFilterImageFilter.h
index e9af51c4d9..7812a91524 100644
--- a/include/effects/SkColorFilterImageFilter.h
+++ b/include/effects/SkColorFilterImageFilter.h
@@ -16,7 +16,7 @@ class SK_API SkColorFilterImageFilter : public SkImageFilter {
public:
static sk_sp<SkImageFilter> Make(sk_sp<SkColorFilter> cf,
sk_sp<SkImageFilter> input,
- const CropRect* cropRect = NULL);
+ const CropRect* cropRect = nullptr);
SK_TO_STRING_OVERRIDE()
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkColorFilterImageFilter)