aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve/Request.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-02-29 05:20:38 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-29 05:20:38 -0800
commit9b48a6e3f862076018cc7d63b180b6340f4873cd (patch)
tree04e60182f7077ea7dd5c8d4ae0fd5d9dab31445a /tools/skiaserve/Request.h
parent7f4b1b20b0e76a4528d1521c8b79e76bdc34e34f (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 568518644c..bef8c4a810 100644
--- a/tools/skiaserve/Request.h
+++ b/tools/skiaserve/Request.h
@@ -59,6 +59,8 @@ struct Request {
private:
SkSurface* createCPUSurface();
SkSurface* createGPUSurface();
+ GrAuditTrail* getAuditTrail(SkCanvas*);
+ void cleanupAuditTrail(SkCanvas*);
SkAutoTDelete<GrContextFactory> fContextFactory;
SkAutoTUnref<SkSurface> fSurface;