Index: tools/perf/page_sets/tough_compositor_cases.py |
diff --git a/tools/perf/page_sets/tough_compositor_cases.py b/tools/perf/page_sets/tough_compositor_cases.py |
index 66cc32c3af752bccca3a917040cf337517d5609e..a26a2c8eb61f7727d5bc20e7b10804dd380ff779 100644 |
--- a/tools/perf/page_sets/tough_compositor_cases.py |
+++ b/tools/perf/page_sets/tough_compositor_cases.py |
@@ -35,7 +35,8 @@ class ToughCompositorWaitPage(ToughCompositorPage): |
def RunPageInteractions(self, action_runner): |
# We scroll back and forth a few times to reduce noise in the tests. |
- action_runner.Wait(8) |
+ with action_runner.CreateInteraction('Animation'): |
+ action_runner.Wait(8) |
class ToughCompositorCasesPageSet(page_set_module.PageSet): |