| Index: include/private/GrAuditTrail.h
|
| diff --git a/include/private/GrAuditTrail.h b/include/private/GrAuditTrail.h
|
| index fbaec84bb3816f0d7d81b92090cbd7cdb6d3ec0f..67eecadf6741b4d081c3d52ba3c690bbc1a2083e 100644
|
| --- a/include/private/GrAuditTrail.h
|
| +++ b/include/private/GrAuditTrail.h
|
| @@ -67,7 +67,7 @@ public:
|
| batch->fBounds = bounds;
|
| }
|
|
|
| - SkString toJson() const;
|
| + SkString toJson(bool prettyPrint = false) const;
|
|
|
| void reset() { SkASSERT(GR_BATCH_DEBUGGING_OUTPUT && fStack.empty()); fFrames.reset(); }
|
|
|
|
|