Chromium Code Reviews| Index: experimental/PdfViewer/SkPdfBasics.h |
| =================================================================== |
| --- experimental/PdfViewer/SkPdfBasics.h (revision 10548) |
| +++ experimental/PdfViewer/SkPdfBasics.h (working copy) |
| @@ -113,6 +113,8 @@ |
| */ |
| SkMatrix fCTM; |
| + SkMatrix fContentStreamMatrix; |
| + |
| /* |
| clipping path (internal) The current clipping path, which defines the boundary against |
| which all output is to be cropped (see Section 4.4.3, “Clipping Path |