| Index: src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| diff --git a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| index a0c50c740941b05bc500eaee6fa9a5867e8adedb..9a2abfe06657e657b58820eecc4975f3ea6bef7c 100644
|
| --- a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| +++ b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp
|
| @@ -27,7 +27,7 @@ public:
|
| }
|
|
|
| void* handle() const {
|
| - return NULL == fLibrary ? RTLD_DEFAULT : fLibrary;
|
| + return nullptr == fLibrary ? RTLD_DEFAULT : fLibrary;
|
| }
|
|
|
| private:
|
|
|