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

Unified Diff: slave/skia_slave_scripts/render_pictures.py

Issue 15145004: Run render_pictures with deferred image decoding on bots. (Closed) Base URL: https://skia.googlecode.com/svn/buildbot
Patch Set: Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: slave/skia_slave_scripts/render_pictures.py
diff --git a/slave/skia_slave_scripts/render_pictures.py b/slave/skia_slave_scripts/render_pictures.py
index f5eb80acb53eb8907a8930dc338cc8ac2066fc18..9d619da6e4a44650182e3e6ccdb6e7f64587a94e 100644
--- a/slave/skia_slave_scripts/render_pictures.py
+++ b/slave/skia_slave_scripts/render_pictures.py
@@ -37,6 +37,7 @@ class RenderPictures(BuildStep):
self.DoRenderPictures(['--bbh', 'grid', str(DEFAULT_TILE_X),
str(DEFAULT_TILE_X), '--clone', '1'])
self.DoRenderPictures(['--bbh', 'rtree', '--clone', '2'])
+ self.DoRenderPictures(['--deferImageDecoding', '--useVolatileCache'])
if '__main__' == __name__:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698