| Index: tools/perf/measurements/smoothness_unittest.py
|
| diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
|
| index 55cd39edb91fddf0c4caf0e3a3987b906506fce2..80fa42ee33a4b16edfcf04265a5f7b747f26cc7e 100644
|
| --- a/tools/perf/measurements/smoothness_unittest.py
|
| +++ b/tools/perf/measurements/smoothness_unittest.py
|
| @@ -34,7 +34,7 @@ class AnimatedPage(page.Page):
|
| page_set=page_set, base_dir=page_set.base_dir)
|
|
|
| def RunSmoothness(self, action_runner):
|
| - action_runner.RunAction(WaitAction({'seconds': 1}))
|
| + action_runner.Wait(1)
|
|
|
|
|
| class FakeTab(object):
|
|
|