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); |