Index: src/gpu/gl/GrGLPath.cpp |
diff --git a/src/gpu/gl/GrGLPath.cpp b/src/gpu/gl/GrGLPath.cpp |
index 9a4aa0cbef91a1b1dc3ee48123e33d222386e0b7..1dfeaee7b3f8e0f7144cae87b7cb49da2cde5c9f 100644 |
--- a/src/gpu/gl/GrGLPath.cpp |
+++ b/src/gpu/gl/GrGLPath.cpp |
@@ -166,7 +166,7 @@ void GrGLPath::InitPathObject(GrGLGpu* gpu, |
GR_GL_CALL(gpu->glInterface(), PathCommands(pathID, pathCommands.count(), &pathCommands[0], |
pathCoords.count(), GR_GL_FLOAT, &pathCoords[0])); |
} else { |
- GR_GL_CALL(gpu->glInterface(), PathCommands(pathID, 0, NULL, 0, GR_GL_FLOAT, NULL)); |
+ GR_GL_CALL(gpu->glInterface(), PathCommands(pathID, 0, nullptr, 0, GR_GL_FLOAT, nullptr)); |
} |
if (stroke.needToApply()) { |