commit | ca2622ba051829fed5f30facd74c5b41cd4b931c | [log] [tgz] |
---|---|---|
author | reed <reed@google.com> | Fri Mar 18 07:25:55 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Mar 18 07:25:55 2016 -0700 |
tree | 3d8248b7764e500f857b3d6cfb6866e72b632199 | |
parent | eb75c7db3a7372de68347d0df8d58acebc33a9ad [diff] [blame] |
return pictures as sk_sp BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1811703002 Review URL: https://codereview.chromium.org/1811703002
diff --git a/tools/skiaserve/Request.h b/tools/skiaserve/Request.h index 52ebf25..eecfe33 100644 --- a/tools/skiaserve/Request.h +++ b/tools/skiaserve/Request.h
@@ -68,7 +68,7 @@ SkIRect getBounds(); GrContext* getContext(); - SkAutoTUnref<SkPicture> fPicture; + sk_sp<SkPicture> fPicture; GrContextFactory* fContextFactory; SkAutoTUnref<SkSurface> fSurface; bool fGPUEnabled;