| Index: tools/skiaserve/Request.h
|
| diff --git a/tools/skiaserve/Request.h b/tools/skiaserve/Request.h
|
| index 0a2b17a401dc3a4b0a9217ce6b50e058a9597fb6..95e7f1568cdbcb17e5e23f4feaa553cb506461d7 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;
|
|
|