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

Unified Diff: tools/render_pictures_main.cpp

Issue 194563004: render_pictures unittests: run over a dir with multiple SKPs, like production (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 9 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/tests/render_pictures_test.py » ('j') | tools/tests/render_pictures_test.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/render_pictures_main.cpp
diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp
index bc765f7e4096cc4426c2095ffb3acb75ccd5dc00..f0609c94faf9f6205f16738f1f0324ca8e94fa32 100644
--- a/tools/render_pictures_main.cpp
+++ b/tools/render_pictures_main.cpp
@@ -33,7 +33,8 @@ DEFINE_bool(writeEncodedImages, false, "Any time the skp contains an encoded ima
"file rather than decoding it. Requires writePath to be set. Skips drawing the full "
"skp to a file. Not compatible with deferImageDecoding.");
DEFINE_string(writeJsonSummaryPath, "", "File to write a JSON summary of image results to. "
- "TODO(epoger): Currently, this only works if --writePath is also specified.");
+ "TODO(epoger): Currently, this only works if --writePath is also specified. "
+ "See https://code.google.com/p/skia/issues/detail?id=2043 .");
DEFINE_string2(writePath, w, "", "Directory to write the rendered images.");
DEFINE_bool(writeWholeImage, false, "In tile mode, write the entire rendered image to a "
"file, instead of an image for each tile.");
« no previous file with comments | « no previous file | tools/tests/render_pictures_test.py » ('j') | tools/tests/render_pictures_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698