aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOpList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrOpList.h')
-rw-r--r--src/gpu/GrOpList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpu/GrOpList.h b/src/gpu/GrOpList.h
index b354abed76..54a13e1d91 100644
--- a/src/gpu/GrOpList.h
+++ b/src/gpu/GrOpList.h
@@ -82,6 +82,9 @@ public:
SkDEBUGCODE(virtual void validateTargetsSingleRenderTarget() const = 0;)
+ SkDEBUGCODE(virtual int numOps() const = 0;)
+ SkDEBUGCODE(virtual int numClips() const { return 0; })
+
protected:
GrSurfaceProxy* fTarget;
GrAuditTrail* fAuditTrail;