Index: src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
index ccbc50f5ee7ae5cc47786370dbada3aa507def06..c85f05c07e9d65d641922c22a87cb4e91b1555a6 100644 |
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
@@ -25,7 +25,7 @@ public: |
} |
void* handle() const { |
- return NULL == fLibrary ? RTLD_DEFAULT : fLibrary; |
+ return nullptr == fLibrary ? RTLD_DEFAULT : fLibrary; |
} |
private: |