Commit f7688a84 authored by nednguyen's avatar nednguyen Committed by Commit bot

[Telemetry] Remove empty action_name_to_run for skpicture_printer

BUG=418375

Review URL: https://codereview.chromium.org/883853004

Cr-Commit-Position: refs/heads/master@{#313413}
parent 4b9ff196
......@@ -13,7 +13,8 @@ _JS = 'chrome.gpuBenchmarking.printToSkPicture("{0}");'
class SkpicturePrinter(page_test.PageTest):
def __init__(self, skp_outdir):
super(SkpicturePrinter, self).__init__()
super(SkpicturePrinter, self).__init__(
action_name_to_run='RunPageInteractions')
self._skp_outdir = skp_outdir
def CustomizeBrowserOptions(self, options):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment