| Index: src/effects/SkDropShadowImageFilter.cpp
|
| diff --git a/src/effects/SkDropShadowImageFilter.cpp b/src/effects/SkDropShadowImageFilter.cpp
|
| index fb3ea319c642f660ab742ba722dbd3ca401adc2d..c856bd17e883cc6d0992c2dbe2984cda4cb0be63 100644
|
| --- a/src/effects/SkDropShadowImageFilter.cpp
|
| +++ b/src/effects/SkDropShadowImageFilter.cpp
|
| @@ -68,7 +68,7 @@ bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source
|
| }
|
|
|
| SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(bounds.width(), bounds.height()));
|
| - if (NULL == device.get()) {
|
| + if (nullptr == device.get()) {
|
| return false;
|
| }
|
| SkCanvas canvas(device.get());
|
|
|