Index: src/gpu/gl/GrGLCreateNativeInterface_none.cpp |
diff --git a/src/gpu/gl/GrGLCreateNativeInterface_none.cpp b/src/gpu/gl/GrGLCreateNativeInterface_none.cpp |
index e0c72c539dfb400973b7620ad8304eeae536e2ac..0a0f279f16460a7bb3bb132c7050e7d0f6b37c32 100644 |
--- a/src/gpu/gl/GrGLCreateNativeInterface_none.cpp |
+++ b/src/gpu/gl/GrGLCreateNativeInterface_none.cpp |
@@ -8,5 +8,5 @@ |
#include "gl/GrGLInterface.h" |
const GrGLInterface* GrGLCreateNativeInterface() { |
- return NULL; |
+ return nullptr; |
} |