| Index: tools/perf/perf_tools/skpicture_printer.py
|
| diff --git a/tools/perf/perf_tools/skpicture_printer.py b/tools/perf/perf_tools/skpicture_printer.py
|
| index 33a4974a287ab9c637d4c69eaa89c638a36d7f49..ec55df8cf3fb3204fd6f30e56af7e4bc717ff677 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}");'
|
|
|
|
|