aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawTarget.h')
-rw-r--r--src/gpu/GrDrawTarget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index 925c03e741..ec94da1f0e 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -70,6 +70,11 @@ public:
return fDependencies.find(dependedOn) >= 0;
}
+ /*
+ * Dump out the drawTarget dependency DAG
+ */
+ SkDEBUGCODE(void dump() const;)
+
/**
* Empties the draw buffer of any queued up draws.
*/
@@ -304,6 +309,7 @@ private:
bool fFlushing;
int fFirstUnpreparedBatch;
+ SkDEBUGCODE(int fDebugID;)
uint32_t fFlags;
// 'this' drawTarget relies on the output of the drawTargets in 'fDependencies'