| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index b81ae042abbaecc4f334053435a7efa1f8815b2b..0fcc0ebc9f0f75d0866e99b3c937a8f2a25858f0 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -437,7 +437,7 @@ class CC_EXPORT GLRenderer
|
| // will significantly degrade performance.
|
| #define DEBUG_GL_CALLS 0
|
|
|
| -#if DEBUG_GL_CALLS && !defined(NDEBUG)
|
| +#if DEBUG_GL_CALLS
|
| #define GLC(context, x) \
|
| (x, GLRenderer::DebugGLCall(&* context, #x, __FILE__, __LINE__))
|
| #else
|
|
|