| Index: tools/perf/benchmarks/repaint.py
|
| diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
|
| index e2cc95eca0619359920bcb94397a7bdcf5212ca0..454aa6810a623277252923060ac8f90ba92d4e73 100644
|
| --- a/tools/perf/benchmarks/repaint.py
|
| +++ b/tools/perf/benchmarks/repaint.py
|
| @@ -27,7 +27,7 @@ class _Repaint(benchmark.Benchmark):
|
| def Name(cls):
|
| return 'repaint'
|
|
|
| - def CreateUserStorySet(self, options):
|
| + def CreateStorySet(self, options):
|
| return page_sets.KeyMobileSitesRepaintPageSet(
|
| options.mode, options.width, options.height)
|
|
|
|
|