| Index: src/gpu/gl/GrGLSL.cpp
|
| diff --git a/src/gpu/gl/GrGLSL.cpp b/src/gpu/gl/GrGLSL.cpp
|
| index 468b13b138d080f6a3b5ce012e571f59cbb8a59d..6c8f88360c0a49e2a071ff01a84b03b12192a9da 100644
|
| --- a/src/gpu/gl/GrGLSL.cpp
|
| +++ b/src/gpu/gl/GrGLSL.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "SkString.h"
|
|
|
| bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) {
|
| - SkASSERT(NULL != generation);
|
| + SkASSERT(generation);
|
| GrGLSLVersion ver = GrGLGetGLSLVersion(gl);
|
| if (GR_GLSL_INVALID_VER == ver) {
|
| return false;
|
|
|