Index: tools/perf/page_sets/key_mobile_sites.py |
diff --git a/tools/perf/page_sets/key_mobile_sites.py b/tools/perf/page_sets/key_mobile_sites.py |
index b65226656f348785364d89dab60e1e3e160e4bd6..aa503fb485066b8ce1304a45955f5d44251111a7 100644 |
--- a/tools/perf/page_sets/key_mobile_sites.py |
+++ b/tools/perf/page_sets/key_mobile_sites.py |
@@ -23,6 +23,12 @@ class KeyMobileSitesPage(page_module.Page): |
def RunRepaint(self, action_runner): |
action_runner.RepaintContinuously(seconds=5) |
+ def RunTaskExecutionTime(self, action_runner): |
+ interaction = action_runner.BeginGestureInteraction( |
+ 'ScrollAction', is_smooth=True) |
+ action_runner.ScrollPage() |
+ interaction.End() |
+ |
class Page1(KeyMobileSitesPage): |