Index: src/core/SkBitmapFilter.cpp |
diff --git a/src/core/SkBitmapFilter.cpp b/src/core/SkBitmapFilter.cpp |
index 4c1e9c68a3bb684a97cf63e3901b6b723ea1e8d5..55a7092ba7840b303375bc0dc86ea8f07fdb74d2 100644 |
--- a/src/core/SkBitmapFilter.cpp |
+++ b/src/core/SkBitmapFilter.cpp |
@@ -35,6 +35,6 @@ SkBitmapFilter *SkBitmapFilter::Allocate() { |
SkDEBUGFAIL("Unknown filter type"); |
} |
- return NULL; |
+ return nullptr; |
} |