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

Unified Diff: src/gpu/gl/GrGLInterface.cpp

Issue 184443003: Add Gpu Tracing to Ganesh (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Partial version Created 6 years, 9 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: src/gpu/gl/GrGLInterface.cpp
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
index 7cb6239a855473044b58ad9a0420941ef8662162..81ce6ce2bbde2741071747f3a8d42008bdad330e 100644
--- a/src/gpu/gl/GrGLInterface.cpp
+++ b/src/gpu/gl/GrGLInterface.cpp
@@ -475,7 +475,7 @@ bool GrGLInterface::validate() const {
}
}
-#if 0
+#if 1
bsalomon 2014/03/17 17:50:38 Can just remove the #if now that Chromium adds it
egdaniel 2014/03/17 19:49:12 yup it landed On 2014/03/17 17:50:38, bsalomon wro
if (fExtensions.has("GL_EXT_debug_marker")) {
if (NULL == fFunctions.fInsertEventMarker ||
NULL == fFunctions.fPushGroupMarker ||

Powered by Google App Engine
This is Rietveld 408576698