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

Unified Diff: tools/perf/measurements/skpicture_printer.py

Issue 23512005: BrowserOptions.extra_browser_args is now a set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/measurements/rasterize_and_record.py ('k') | tools/perf/measurements/smoothness.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/skpicture_printer.py
diff --git a/tools/perf/measurements/skpicture_printer.py b/tools/perf/measurements/skpicture_printer.py
index 00ded8a83718062b2cb47d5864971aa602b49693..2208d1cd41ff51df53e39b6804093da9aa1c2c8d 100644
--- a/tools/perf/measurements/skpicture_printer.py
+++ b/tools/perf/measurements/skpicture_printer.py
@@ -15,10 +15,10 @@ class SkpicturePrinter(page_measurement.PageMeasurement):
help='Output directory for the SKP files')
def CustomizeBrowserOptions(self, options):
- options.extra_browser_args.extend(['--enable-gpu-benchmarking',
- '--no-sandbox',
- '--enable-deferred-image-decoding',
- '--force-compositing-mode'])
+ options.AppendExtraBrowserArgs(['--enable-gpu-benchmarking',
+ '--no-sandbox',
+ '--enable-deferred-image-decoding',
+ '--force-compositing-mode'])
def MeasurePage(self, page, tab, results):
skp_outdir = self.options.skp_outdir
« no previous file with comments | « tools/perf/measurements/rasterize_and_record.py ('k') | tools/perf/measurements/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698