| Index: src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| diff --git a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| index 45c8dc748e92d128a9bd3459c635319c181225a9..19eec7e8acea66ea78ddce2d7102c2432a6c10e2 100644
|
| --- a/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| +++ b/src/gpu/gl/unix/GrGLCreateNativeInterface_unix.cpp
|
| @@ -14,7 +14,7 @@
|
|
|
| static GrGLFuncPtr glx_get(void* ctx, const char name[]) {
|
| SkASSERT(NULL == ctx);
|
| - SkASSERT(NULL != glXGetCurrentContext());
|
| + SkASSERT(glXGetCurrentContext());
|
| return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name));
|
| }
|
|
|
|
|