Index: include/gpu/gl/SkGLContextHelper.h |
diff --git a/include/gpu/gl/SkGLContextHelper.h b/include/gpu/gl/SkGLContextHelper.h |
index 8eab62e52c8c1088be7d399d3daf40d78175378c..c4d9bdf9979c4165cd67f404d708711b0f716291 100644 |
--- a/include/gpu/gl/SkGLContextHelper.h |
+++ b/include/gpu/gl/SkGLContextHelper.h |
@@ -46,7 +46,7 @@ public: |
virtual void swapBuffers() const = 0; |
bool hasExtension(const char* extensionName) const { |
- SkASSERT(NULL != fGL); |
+ SkASSERT(fGL); |
return fGL->hasExtension(extensionName); |
} |