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

Unified Diff: tools/android/loading/user_satisfied_lens_unittest.py

Issue 2613983002: Rename paint related lifecycle methods of FrameView (Closed)
Patch Set: Rebase on https://codereview.chromium.org/2615713004/ Created 3 years, 11 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 | « tools/android/loading/user_satisfied_lens.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': {
« no previous file with comments | « tools/android/loading/user_satisfied_lens.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698