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

Unified Diff: tools/android/loading/report_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
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': {
« no previous file with comments | « third_party/WebKit/public/platform/WebContentLayerClient.h ('k') | tools/android/loading/user_satisfied_lens.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698