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 8f1cb637b6eb15517638589426f00a4b9e00f839..6698af331c7278c201127f0f04f618bf96b58edd 100644 |
--- a/tools/perf/page_sets/tough_animation_cases.py |
+++ b/tools/perf/page_sets/tough_animation_cases.py |
@@ -17,7 +17,7 @@ class ToughAnimationCasesPage(page_module.Page): |
if self._need_measurement_ready: |
action_runner.WaitForJavaScriptCondition('window.measurementReady') |
- def RunSmoothness(self, action_runner): |
+ def RunPageInteractions(self, action_runner): |
action_runner.Wait(10) |
class ToughAnimationCasesPageSet(page_set_module.PageSet): |