Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: dm/DMPDFTask.h

Issue 553583004: Remove expectations / -r from DM entirely. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « dm/DMPDFRasterizeTask.cpp ('k') | dm/DMSKPTask.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef DMPDFTask_DEFINED 1 #ifndef DMPDFTask_DEFINED
2 #define DMPDFTask_DEFINED 2 #define DMPDFTask_DEFINED
3 3
4 #include "DMExpectations.h"
5 #include "DMPDFRasterizeTask.h" 4 #include "DMPDFRasterizeTask.h"
6 #include "DMTask.h" 5 #include "DMTask.h"
7 #include "SkBitmap.h" 6 #include "SkBitmap.h"
8 #include "SkPicture.h" 7 #include "SkPicture.h"
9 #include "SkString.h" 8 #include "SkString.h"
10 #include "SkTemplates.h" 9 #include "SkTemplates.h"
11 #include "gm.h" 10 #include "gm.h"
12 11
13 namespace DM { 12 namespace DM {
14 13
(...skipping 24 matching lines...) Expand all
39 SkAutoTDelete<skiagm::GM> fGM; 38 SkAutoTDelete<skiagm::GM> fGM;
40 SkAutoTUnref<const SkPicture> fPicture; 39 SkAutoTUnref<const SkPicture> fPicture;
41 40
42 const SkString fName; 41 const SkString fName;
43 RasterizePdfProc fRasterize; 42 RasterizePdfProc fRasterize;
44 }; 43 };
45 44
46 } // namespace DM 45 } // namespace DM
47 46
48 #endif // DMPDFTask_DEFINED 47 #endif // DMPDFTask_DEFINED
OLDNEW
« no previous file with comments | « dm/DMPDFRasterizeTask.cpp ('k') | dm/DMSKPTask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698