| Index: tools/perf/page_sets/tough_texture_upload_cases.py
|
| diff --git a/tools/perf/page_sets/tough_texture_upload_cases.py b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| index 9f6fe475e132307517a8bd3046113734bf34aa85..cfd686e769bd3d715d44946448b429bf873d396a 100644
|
| --- a/tools/perf/page_sets/tough_texture_upload_cases.py
|
| +++ b/tools/perf/page_sets/tough_texture_upload_cases.py
|
| @@ -27,7 +27,7 @@ class ToughTextureUploadCasesPageSet(story.StorySet):
|
| """
|
|
|
| def __init__(self):
|
| - super(ToughTextureUploadCasesPageSet, self).__init__(verify_names=True)
|
| + super(ToughTextureUploadCasesPageSet, self).__init__()
|
|
|
| urls_list = [
|
| 'file://tough_texture_upload_cases/background_color_animation.html',
|
|
|