| Index: src/gpu/gl/GrGLPathRange.cpp
|
| diff --git a/src/gpu/gl/GrGLPathRange.cpp b/src/gpu/gl/GrGLPathRange.cpp
|
| index 071fa4269e871db0aece37ef0fd82093819a36b6..bd213d4e09b9042ccad312a6619d671e7ddd3f22 100644
|
| --- a/src/gpu/gl/GrGLPathRange.cpp
|
| +++ b/src/gpu/gl/GrGLPathRange.cpp
|
| @@ -46,7 +46,7 @@ void GrGLPathRange::init() {
|
|
|
| void GrGLPathRange::onInitPath(int index, const SkPath& origSkPath) const {
|
| GrGLGpu* gpu = static_cast<GrGLGpu*>(this->getGpu());
|
| - if (NULL == gpu) {
|
| + if (nullptr == gpu) {
|
| return;
|
| }
|
|
|
|
|