Index: include/gpu/GrDrawContext.h |
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h |
index 2f664ba443c83725a92e4190afc37059d6b79b64..9a82995e09577feb1227dc4a121a8dfdcb3b58b8 100644 |
--- a/include/gpu/GrDrawContext.h |
+++ b/include/gpu/GrDrawContext.h |
@@ -14,6 +14,7 @@ |
#include "SkSurfaceProps.h" |
#include "../private/GrSingleOwner.h" |
+class GrAuditTrail; |
class GrClip; |
class GrContext; |
class GrDrawBatch; |
@@ -284,7 +285,7 @@ private: |
SkDEBUGCODE(void validate() const;) |
GrDrawContext(GrDrawingManager*, GrRenderTarget*, const SkSurfaceProps* surfaceProps, |
- GrSingleOwner*); |
+ GrAuditTrail*, GrSingleOwner*); |
void internalDrawPath(GrPipelineBuilder*, |
const SkMatrix& viewMatrix, |
@@ -308,6 +309,7 @@ private: |
GrTextContext* fTextContext; // lazily gotten from GrContext::DrawingManager |
SkSurfaceProps fSurfaceProps; |
+ GrAuditTrail* fAuditTrail; |
// In debug builds we guard against improper thread handling |
SkDEBUGCODE(mutable GrSingleOwner* fSingleOwner;) |