summaryrefslogtreecommitdiffstats
path: root/tools/perf/perf_tools/skpicture_printer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/perf_tools/skpicture_printer.py')
-rwxr-xr-xtools/perf/perf_tools/skpicture_printer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/perf_tools/skpicture_printer.py b/tools/perf/perf_tools/skpicture_printer.py
index 33a4974..ec55df8 100755
--- a/tools/perf/perf_tools/skpicture_printer.py
+++ b/tools/perf/perf_tools/skpicture_printer.py
@@ -5,7 +5,7 @@
import os
import re
-from chrome_remote_control import multi_page_benchmark
+from telemetry import multi_page_benchmark
_JS = 'chrome.gpuBenchmarking.printToSkPicture("{0}");'