Index: third_party/WebKit/public/platform/WebContentLayerClient.h |
diff --git a/third_party/WebKit/public/platform/WebContentLayerClient.h b/third_party/WebKit/public/platform/WebContentLayerClient.h |
index 87f2d9f6de6ad1dd70b4cfb5d2ed4b8d65cfde6d..46930bb5f103dff72054a4c024fc9f7843c2032b 100644 |
--- a/third_party/WebKit/public/platform/WebContentLayerClient.h |
+++ b/third_party/WebKit/public/platform/WebContentLayerClient.h |
@@ -41,8 +41,7 @@ class BLINK_PLATFORM_EXPORT WebContentLayerClient { |
enum PaintingControlSetting { |
// Returns the last PaintArtifact produced. |
PaintDefaultBehavior, |
- // Paints the content to simulate the behavior of |
- // FrameView::synchronizedPaint. |
+ // Paints the content to simulate the behavior of FrameView::paint(). |
PaintDefaultBehaviorForTest, |
// Puts the GraphicsContext in disabled mode and disables display item |
// construction in PaintController. |