Index: tools/android/loading/user_satisfied_lens_unittest.py |
diff --git a/tools/android/loading/user_satisfied_lens_unittest.py b/tools/android/loading/user_satisfied_lens_unittest.py |
index a24d1e33b076f3fc360235612d8b55363d00807a..ed6c7537e05a5f311e01cd3cb35e4330114feca6 100644 |
--- a/tools/android/loading/user_satisfied_lens_unittest.py |
+++ b/tools/android/loading/user_satisfied_lens_unittest.py |
@@ -148,13 +148,13 @@ class UserSatisfiedLensTestCase(unittest.TestCase): |
'name': 'firstPaint'}, |
{'ts': 9 * self.MILLI_TO_MICRO, 'ph': 'I', |
'cat': 'blink.user_timing', |
- 'name': 'FrameView::synchronizedPaint'}, |
+ 'name': 'FrameView::paintTree'}, |
{'ts': 18 * self.MILLI_TO_MICRO, 'ph': 'I', |
'cat': 'blink', |
- 'name': 'FrameView::synchronizedPaint'}, |
+ 'name': 'FrameView::paintTree'}, |
{'ts': 22 * self.MILLI_TO_MICRO, 'ph': 'I', |
'cat': 'blink', |
- 'name': 'FrameView::synchronizedPaint'}, |
+ 'name': 'FrameView::paintTree'}, |
{'ts': 5 * self.MILLI_TO_MICRO, 'ph': 'I', |
'cat': 'foobar', 'name': 'biz', |
'args': {'counters': { |