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 38d1104a30ff38d98bf6e3f2bb8170f3f87cba02..fe6cccd8761749525f70bd1ae9d5d424c39c5fc7 100644 |
--- a/tools/perf/page_sets/tough_texture_upload_cases.py |
+++ b/tools/perf/page_sets/tough_texture_upload_cases.py |
@@ -39,5 +39,5 @@ class ToughTextureUploadCasesPageSet(page_set_module.PageSet): |
# pylint: disable=C0301 |
'file://tough_texture_upload_cases/background_color_animation_with_gradient_and_transform_animation.html'] |
for url in urls_list: |
- self.AddPage(ToughTextureUploadCasesPage(url, self)) |
+ self.AddUserStory(ToughTextureUploadCasesPage(url, self)) |