diff options
Diffstat (limited to 'src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp')
-rw-r--r-- | src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp index b914b0be9c..ab48718f6d 100644 --- a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp +++ b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp @@ -13,7 +13,7 @@ static GrGLFuncPtr osmesa_get(void* ctx, const char name[]) { SkASSERT(NULL == ctx); - SkASSERT(NULL != OSMesaGetCurrentContext()); + SkASSERT(OSMesaGetCurrentContext()); return OSMesaGetProcAddress(name); } |