aboutsummaryrefslogtreecommitdiffstats
path: root/src/animator/SkDrawBlur.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animator/SkDrawBlur.cpp')
-rw-r--r--src/animator/SkDrawBlur.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animator/SkDrawBlur.cpp b/src/animator/SkDrawBlur.cpp
index 36d645286f..14f34acf9b 100644
--- a/src/animator/SkDrawBlur.cpp
+++ b/src/animator/SkDrawBlur.cpp
@@ -27,7 +27,7 @@ SkDrawBlur::SkDrawBlur()
SkMaskFilter* SkDrawBlur::getMaskFilter() {
if (fSigma <= 0) {
- return NULL;
+ return nullptr;
}
return SkBlurMaskFilter::Create((SkBlurStyle)fBlurStyle, fSigma);
}