| 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 97c9ea829ae2feb73df536daa5ba766f10074aa5..33a4974a287ab9c637d4c69eaa89c638a36d7f49 100755
|
| --- a/tools/perf/perf_tools/skpicture_printer.py
|
| +++ b/tools/perf/perf_tools/skpicture_printer.py
|
| @@ -28,6 +28,3 @@ class SkPicturePrinter(multi_page_benchmark.MultiPageBenchmark):
|
| js = _JS.format(outpath.replace('\\', '\\\\'))
|
| tab.runtime.Evaluate(js)
|
| results.Add('output_path', 'path', outpath)
|
| -
|
| -def Main():
|
| - return multi_page_benchmark.Main(SkPicturePrinter())
|
|
|