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

Unified Diff: cc/output/gl_renderer.h

Issue 14600002: HW draw workarounds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixups to force hw with this patch 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
« no previous file with comments | « cc/output/geometry_binding.cc ('k') | content/renderer/android/synchronous_compositor_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/output/geometry_binding.cc ('k') | content/renderer/android/synchronous_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698