| Index: src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| diff --git a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| index b914b0be9c1563d6c6581ebec3f5896baadc8036..ab48718f6db4ebbac4a9c4ddced98051dca10d0e 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);
|
| }
|
|
|
|
|