Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: cc/output/gl_renderer.h

Issue 14600002: HW draw workarounds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove hack in r199444 Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698