| Index: cc/output/gl_renderer.h
|
| diff --git a/cc/output/gl_renderer.h b/cc/output/gl_renderer.h
|
| index c83169dfc6acd3b2b4925c7ce0a9bbd476613f3f..06d68d0a68242b78a49b395f7c4b5e18d22cbe12 100644
|
| --- a/cc/output/gl_renderer.h
|
| +++ b/cc/output/gl_renderer.h
|
| @@ -425,7 +425,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
|
|
|