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

Unified Diff: tools/PictureRenderer.h

Issue 273783004: add --readJsonSummaryPath to render_pictures (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: make BitmapAndDigest lazily compute the bitmap Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/PictureRenderer.cpp » ('j') | tools/PictureRenderer.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/PictureRenderer.h
diff --git a/tools/PictureRenderer.h b/tools/PictureRenderer.h
index 445737e755f6b7505293f9496ca4d703db8e9cc2..342df7872abb417ded8dcc2a133d17b343fee2d8 100644
--- a/tools/PictureRenderer.h
+++ b/tools/PictureRenderer.h
@@ -219,7 +219,7 @@ public:
fGridInfo.fTileInterval.set(width, height);
}
- void setJsonSummaryPtr(ImageResultsSummary* jsonSummaryPtr) {
+ void setJsonSummaryPtr(ImageResultsAndExpectations* jsonSummaryPtr) {
fJsonSummaryPtr = jsonSummaryPtr;
}
@@ -365,7 +365,7 @@ protected:
SkAutoTUnref<SkCanvas> fCanvas;
SkAutoTUnref<SkPicture> fPicture;
bool fUseChecksumBasedFilenames;
- ImageResultsSummary* fJsonSummaryPtr;
+ ImageResultsAndExpectations* fJsonSummaryPtr;
SkDeviceTypes fDeviceType;
BBoxHierarchyType fBBoxHierarchyType;
DrawFilterFlags fDrawFilters[SkDrawFilter::kTypeCount];
« no previous file with comments | « no previous file | tools/PictureRenderer.cpp » ('j') | tools/PictureRenderer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698