diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/perf_tools/scrolling_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/perf_tools/scrolling_benchmark.py b/tools/perf/perf_tools/scrolling_benchmark.py index 5de0406..cf1c944 100644 --- a/tools/perf/perf_tools/scrolling_benchmark.py +++ b/tools/perf/perf_tools/scrolling_benchmark.py @@ -68,7 +68,7 @@ class ScrollingBenchmark(multi_page_benchmark.MultiPageBenchmark): def __init__(self): super(ScrollingBenchmark, self).__init__() - def AddOptions(self, parser): + def AddCommandLineOptions(self, parser): parser.add_option('--no-gpu-benchmarking-extension', action='store_true', dest='no_gpu_benchmarking_extension', help='Disable the chrome.gpuBenchmarking extension.') |