| Index: tools/perf/page_sets/tough_scrolling_cases.py
|
| diff --git a/tools/perf/page_sets/tough_scrolling_cases.py b/tools/perf/page_sets/tough_scrolling_cases.py
|
| index 0f5e91de3d149f8f202694cfc744248d38661e3d..dce65ce9a4f2729313abd408869b62b3bb4ed6ca 100644
|
| --- a/tools/perf/page_sets/tough_scrolling_cases.py
|
| +++ b/tools/perf/page_sets/tough_scrolling_cases.py
|
| @@ -31,7 +31,7 @@ class ToughScrollingCasesPageSet(story.StorySet):
|
| """
|
|
|
| def __init__(self):
|
| - super(ToughScrollingCasesPageSet, self).__init__()
|
| + super(ToughScrollingCasesPageSet, self).__init__(verify_names=True)
|
|
|
| fast_scrolling_page_name_list = [
|
| 'text',
|
|
|