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

Unified Diff: src/gpu/GrContext.cpp

Issue 1416753002: Add debugging helper to GrDrawTarget (Closed) Base URL: https://skia.googlesource.com/skia.git@mdb-adddeps
Patch Set: Renamed GrDrawTarget::print to dump Created 5 years, 2 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 | « no previous file | src/gpu/GrDrawTarget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrContext.cpp
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
index f05d8e66144966a6c7fefc52675edfbd82554faa..5d998f8a1017f6fb576e7c751b44274385791cdc 100644
--- a/src/gpu/GrContext.cpp
+++ b/src/gpu/GrContext.cpp
@@ -100,6 +100,7 @@ void GrDrawingManager::flush() {
SkASSERT(result);
for (int i = 0; i < fDrawTargets.count(); ++i) {
+ //SkDEBUGCODE(fDrawTargets[i]->dump();)
fDrawTargets[i]->flush();
}
« no previous file with comments | « no previous file | src/gpu/GrDrawTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698