Index: tools/perf/page_sets/tough_animation_cases.py |
diff --git a/tools/perf/page_sets/tough_animation_cases.py b/tools/perf/page_sets/tough_animation_cases.py |
index b848909067ee8c3a217f7dce9525599a93bd5492..8f1cb637b6eb15517638589426f00a4b9e00f839 100644 |
--- a/tools/perf/page_sets/tough_animation_cases.py |
+++ b/tools/perf/page_sets/tough_animation_cases.py |
@@ -184,7 +184,7 @@ class ToughAnimationCasesPageSet(page_set_module.PageSet): |
] |
for url in urls_list_one: |
- self.AddPage(ToughAnimationCasesPage(url, self, |
+ self.AddUserStory(ToughAnimationCasesPage(url, self, |
need_measurement_ready=True)) |
urls_list_two = [ |
@@ -201,5 +201,5 @@ class ToughAnimationCasesPageSet(page_set_module.PageSet): |
] |
for url in urls_list_two: |
- self.AddPage(ToughAnimationCasesPage(url, self, |
+ self.AddUserStory(ToughAnimationCasesPage(url, self, |
need_measurement_ready=False)) |