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..a30f9d442ecf178981e51d387ca2f96351b70eda 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::paintTree(); this method merely copies the painted |
+ // output to the WebDisplayItemList. |
if (paintingControl != PaintDefaultBehavior) |
m_graphicsLayer->paint(nullptr, disabledMode); |