Chromium Code Reviews| Index: tools/perf/perf_tools/skpicture_printer.py |
| =================================================================== |
| --- tools/perf/perf_tools/skpicture_printer.py (revision 182999) |
| +++ tools/perf/perf_tools/skpicture_printer.py (working copy) |
| @@ -3,7 +3,7 @@ |
| # found in the LICENSE file. |
| import os |
| -from telemetry.page import multi_page_benchmark |
| +from telemetry import multi_page_benchmark |
| _JS = 'chrome.gpuBenchmarking.printToSkPicture("{0}");' |