| Index: tools/perf/benchmarks/repaint.py
|
| diff --git a/tools/perf/benchmarks/repaint.py b/tools/perf/benchmarks/repaint.py
|
| index 7cebc5da91003c0163078921efb77cd94143f668..672a664df5304313ed5d30548a6088574b92cc26 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)
|
|
|
|
|