| Index: tools/perf/measurements/skpicture_printer.py
|
| diff --git a/tools/perf/measurements/skpicture_printer.py b/tools/perf/measurements/skpicture_printer.py
|
| index f85562a5adb0541c5672dbca0e615304f0ff9c6c..87355b300d17c283ddd739d5a6dfbd75b7d4d4c6 100644
|
| --- a/tools/perf/measurements/skpicture_printer.py
|
| +++ b/tools/perf/measurements/skpicture_printer.py
|
| @@ -28,7 +28,7 @@ class SkpicturePrinter(legacy_page_test.LegacyPageTest):
|
| os.path.join(self._skp_outdir, page.file_safe_name))
|
| # Replace win32 path separator char '\' with '\\'.
|
| outpath = outpath.replace('\\', '\\\\')
|
| - tab.EvaluateJavaScript2(
|
| + tab.EvaluateJavaScript(
|
| 'chrome.gpuBenchmarking.printToSkPicture({{ outpath }});',
|
| outpath=outpath)
|
| pictures = glob.glob(os.path.join(outpath, '*.skp'))
|
|
|