Chromium Code Reviews| Index: src/gpu/gl/SkGLContextHelper.cpp |
| diff --git a/src/gpu/gl/SkGLContextHelper.cpp b/src/gpu/gl/SkGLContextHelper.cpp |
| index 411e1de01e947bbc667402cfacd51d694ac843ce..03b70c38f7ea96b005f3a384d56709c1a7ff51e1 100644 |
| --- a/src/gpu/gl/SkGLContextHelper.cpp |
| +++ b/src/gpu/gl/SkGLContextHelper.cpp |
| @@ -136,7 +136,7 @@ bool SkGLContextHelper::init(GrGLStandard forcedGpuAPI, int width, |
| } |
| void SkGLContextHelper::testAbandon() { |
| - if (NULL != fGL) { |
| + if (fGL) { |
| fGL->abandon(); |
| } |
| } |