| Index: tools/perf/measurements/thread_times_unittest.py
|
| diff --git a/tools/perf/measurements/thread_times_unittest.py b/tools/perf/measurements/thread_times_unittest.py
|
| index 44d7bd33221f3a10b36d2e1314dfac9653a4a0ae..df31a72abeaba9859bc21e2f48bf34b362923c1a 100644
|
| --- a/tools/perf/measurements/thread_times_unittest.py
|
| +++ b/tools/perf/measurements/thread_times_unittest.py
|
| @@ -32,7 +32,7 @@ class ThreadTimesUnitTest(page_test_test_case.PageTestTestCase):
|
|
|
| def testBasicForPageWithNoGesture(self):
|
| ps = self.CreateEmptyPageSet()
|
| - ps.AddPage(smoothness_unittest.AnimatedPage(ps))
|
| + ps.AddUserStory(smoothness_unittest.AnimatedPage(ps))
|
|
|
| measurement = thread_times.ThreadTimes()
|
| timeline_options = self._options
|
|
|