Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Unified Diff: tools/perf/page_sets/key_mobile_sites.py

Issue 346923003: Add ActionRunner wrapper for the remaining less used actions (try 2): (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unit test to skip test if touch is not supported. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/gmail_refresh.py ('k') | tools/perf/page_sets/media_cns_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12a93360c70833dbe98975e0545b1f8c553bbfb6..9182a01bcfbfdb49e4837aae6304bd10efe4478b 100644
--- a/tools/perf/page_sets/key_mobile_sites.py
+++ b/tools/perf/page_sets/key_mobile_sites.py
@@ -23,7 +23,7 @@ class KeyMobileSitesPage(page_module.Page):
interaction.End()
def RunRepaint(self, action_runner):
- action_runner.RunAction(RepaintContinuouslyAction({'seconds': 5}))
+ action_runner.RepaintContinuously(seconds=5)
class Page1(KeyMobileSitesPage):
« no previous file with comments | « tools/perf/page_sets/gmail_refresh.py ('k') | tools/perf/page_sets/media_cns_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698