aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve/Request.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-03-10 13:29:36 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-10 13:29:36 -0800
commitae47aeeda09408989223291c54d12b2a98fa2b12 (patch)
treef34e151d3ec1c575e5f26f8158be081cbaca88c2 /tools/skiaserve/Request.h
parentbd73ffb83022f1f6b1997e2a91c049949e88a8a2 (diff)
Fix some bugs and performance issues with skiaserve
Diffstat (limited to 'tools/skiaserve/Request.h')
-rw-r--r--tools/skiaserve/Request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/skiaserve/Request.h b/tools/skiaserve/Request.h
index 0a2b17a401..95e7f1568c 100644
--- a/tools/skiaserve/Request.h
+++ b/tools/skiaserve/Request.h
@@ -61,8 +61,8 @@ private:
void drawToCanvas(int n, int m = -1);
SkSurface* createCPUSurface();
SkSurface* createGPUSurface();
- GrAuditTrail* getAuditTrail(SkCanvas*);
- void cleanupAuditTrail(SkCanvas*);
+ SkIRect getBounds();
+ GrContext* getContext();
SkAutoTUnref<SkPicture> fPicture;
SkAutoTDelete<GrContextFactory> fContextFactory;