| Index: src/core/SkMatrixImageFilter.cpp
|
| diff --git a/src/core/SkMatrixImageFilter.cpp b/src/core/SkMatrixImageFilter.cpp
|
| index b6f6fc8a43eb51fb975ba791d13e43018b46e22e..823647f3de4f18e2106d21dfde230812ef088d57 100644
|
| --- a/src/core/SkMatrixImageFilter.cpp
|
| +++ b/src/core/SkMatrixImageFilter.cpp
|
| @@ -72,7 +72,7 @@ bool SkMatrixImageFilter::onFilterImage(Proxy* proxy,
|
| dstRect.roundOut(&dstBounds);
|
|
|
| SkAutoTUnref<SkBaseDevice> device(proxy->createDevice(dstBounds.width(), dstBounds.height()));
|
| - if (NULL == device.get()) {
|
| + if (nullptr == device.get()) {
|
| return false;
|
| }
|
|
|
|
|