| Index: tools/android/loading/report_unittest.py
|
| diff --git a/tools/android/loading/report_unittest.py b/tools/android/loading/report_unittest.py
|
| index c9f10a7d43f9d4e2bc86c23d7d4704b5455a340b..ef430149e701e62ad331a9a014bb6cd6afb61ec6 100644
|
| --- a/tools/android/loading/report_unittest.py
|
| +++ b/tools/android/loading/report_unittest.py
|
| @@ -65,7 +65,7 @@ class LoadingReportTestCase(unittest.TestCase):
|
| 'args': {'frame': self._MAIN_FRAME_ID}},
|
| {'ts': 90 * self.MILLI_TO_MICRO, 'ph': 'I',
|
| 'cat': 'blink', 'pid': 1, 'tid': 1,
|
| - 'name': 'FrameView::synchronizedPaint'},
|
| + 'name': 'FrameView::paintTree'},
|
| {'ts': self._SIGNIFICANT_PAINT * self.MILLI_TO_MICRO, 'ph': 'I',
|
| 'cat': 'foobar', 'name': 'biz', 'pid': 1, 'tid': 1,
|
| 'args': {'counters': {
|
|
|