| Index: tools/perf/page_sets/tough_scheduling_cases.py
|
| diff --git a/tools/perf/page_sets/tough_scheduling_cases.py b/tools/perf/page_sets/tough_scheduling_cases.py
|
| index 7b322f50bd3793099281489f6020882b990b71ce..5f858c8f46b8cb159effed462dee0a951c961afc 100644
|
| --- a/tools/perf/page_sets/tough_scheduling_cases.py
|
| +++ b/tools/perf/page_sets/tough_scheduling_cases.py
|
| @@ -19,6 +19,12 @@ class ToughSchedulingCasesPage(page_module.Page):
|
| action_runner.ScrollPage()
|
| interaction.End()
|
|
|
| + def RunTaskExecutionTime(self, action_runner):
|
| + interaction = action_runner.BeginGestureInteraction(
|
| + 'ScrollAction', is_smooth=True)
|
| + action_runner.ScrollPage()
|
| + interaction.End()
|
| +
|
|
|
| class Page1(ToughSchedulingCasesPage):
|
|
|
|
|