aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve/Request.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-02-29 07:44:02 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-29 07:44:02 -0800
commitb95c772d45efc98f0159fa65c7aa06314cecb9de (patch)
treed3182df749c26a83ea755f0f8671f10c46515b01 /tools/skiaserve/Request.h
parent409d470a4973e2ba9f95983b9820931adcf7cd73 (diff)
Add abilitly to query audit trail for batches by draw op
Diffstat (limited to 'tools/skiaserve/Request.h')
-rw-r--r--tools/skiaserve/Request.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/skiaserve/Request.h b/tools/skiaserve/Request.h
index fd015dc7cf..60a59a7b1c 100644
--- a/tools/skiaserve/Request.h
+++ b/tools/skiaserve/Request.h
@@ -60,6 +60,8 @@ private:
void drawToCanvas(int n);
SkSurface* createCPUSurface();
SkSurface* createGPUSurface();
+ GrAuditTrail* getAuditTrail(SkCanvas*);
+ void cleanupAuditTrail(SkCanvas*);
SkAutoTUnref<SkPicture> fPicture;
SkAutoTDelete<GrContextFactory> fContextFactory;