Chromium Code Reviews| Index: tools/PictureRenderer.h |
| =================================================================== |
| --- tools/PictureRenderer.h (revision 13968) |
| +++ tools/PictureRenderer.h (working copy) |
| @@ -365,6 +365,10 @@ |
| return fCanvas; |
| } |
| + SkPicture* getPicture() { |
| + return fPicture; |
| + } |
| + |
| PictureRenderer() |
| : fPicture(NULL) |
| , fJsonSummaryPtr(NULL) |