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

Unified Diff: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp

Issue 2613983002: Rename paint related lifecycle methods of FrameView (Closed)
Patch Set: Update comments 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: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
index 10b886ac1f5e1a943043292d6104185a4b7e32a5..bb447f0574788016db8ea50715eb340cb0769ac2 100644
--- a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
+++ b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
@@ -81,8 +81,8 @@ void ContentLayerDelegate::paintContents(
// Anything other than PaintDefaultBehavior is for testing. In non-testing
// scenarios, it is an error to call GraphicsLayer::paint. Actual painting
- // occurs in FrameView::synchronizedPaint; this method merely copies the
- // painted output to the WebDisplayItemList.
+ // occurs in FrameView::paint(); this method merely copies the painted output
+ // to the WebDisplayItemList.
if (paintingControl != PaintDefaultBehavior)
m_graphicsLayer->paint(nullptr, disabledMode);

Powered by Google App Engine
This is Rietveld 408576698