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