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

Unified Diff: tools/perf/measurements/repaint_unittest.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 | « no previous file | tools/perf/page_sets/gmail_refresh.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/repaint_unittest.py
diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/measurements/repaint_unittest.py
index 1e27b1e884d572a8b0eb48e350310e905fa0314a..d874f4b387c78b23d0f61bcf2cd6be86253532ef 100644
--- a/tools/perf/measurements/repaint_unittest.py
+++ b/tools/perf/measurements/repaint_unittest.py
@@ -18,7 +18,7 @@ class TestRepaintPage(page_module.Page):
page_set, base_dir)
def RunRepaint(self, action_runner):
- action_runner.RunAction(RepaintContinuouslyAction({'seconds': 2}))
+ action_runner.RepaintContinuously(seconds=2)
class RepaintUnitTest(
« no previous file with comments | « no previous file | tools/perf/page_sets/gmail_refresh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698