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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/GrOpList.h b/src/gpu/GrOpList.h
index ae6b9a1906..ef21a24f46 100644
--- a/src/gpu/GrOpList.h
+++ b/src/gpu/GrOpList.h
@@ -98,6 +98,8 @@ public:
void setStencilLoadOp(GrLoadOp loadOp) { fStencilLoadOp = loadOp; }
protected:
+ SkDEBUGCODE(bool isInstantiated() const;)
+
GrSurfaceProxyRef fTarget;
GrAuditTrail* fAuditTrail;