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

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

Issue 2719853003: [Telemetry refactor] Drop "2" from method calls to JS API (Closed)
Patch Set: Created 3 years, 10 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/image_decoding.py ('k') | tools/perf/measurements/oilpan_gc_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/multipage_skpicture_printer.py
diff --git a/tools/perf/measurements/multipage_skpicture_printer.py b/tools/perf/measurements/multipage_skpicture_printer.py
index c92d836857ced8e472203fa3178b5b2f596ed8d2..aa03c08fc377966787463112e09c2cdf250d7d61 100644
--- a/tools/perf/measurements/multipage_skpicture_printer.py
+++ b/tools/perf/measurements/multipage_skpicture_printer.py
@@ -26,6 +26,6 @@ class MultipageSkpicturePrinter(legacy_page_test.LegacyPageTest):
os.path.join(self._mskp_outdir, page.file_safe_name + '.mskp'))
# Replace win32 path separator char '\' with '\\'.
outpath = outpath.replace('\\', '\\\\')
- tab.EvaluateJavaScript2(
+ tab.EvaluateJavaScript(
'chrome.gpuBenchmarking.printPagesToSkPictures({{ outpath }});',
outpath=outpath)
« no previous file with comments | « tools/perf/measurements/image_decoding.py ('k') | tools/perf/measurements/oilpan_gc_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698