aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpu/gl/GrGLPathRange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLPathRange.cpp')
-rw-r--r--src/gpu/gl/GrGLPathRange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGLPathRange.cpp b/src/gpu/gl/GrGLPathRange.cpp
index 071fa4269e..bd213d4e09 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;
}