Index: Source/core/rendering/InlineFlowBox.cpp |
diff --git a/Source/core/rendering/InlineFlowBox.cpp b/Source/core/rendering/InlineFlowBox.cpp |
index e3186f53ad096fda8188518c2c37395e5951cce6..a7f226caf10b011e1e46f7791905410a1b272ff2 100644 |
--- a/Source/core/rendering/InlineFlowBox.cpp |
+++ b/Source/core/rendering/InlineFlowBox.cpp |
@@ -940,7 +940,7 @@ void InlineFlowBox::computeOverflow(LayoutUnit lineTop, LayoutUnit lineBottom, G |
if (m_overflow) |
m_overflow.clear(); |
- // Visual overflow just includes overflow for stuff we need to repaint ourselves. Self-painting layers are ignored. |
+ // Visual overflow just includes overflow for stuff we need to issues paint invalidations for ourselves. Self-painting layers are ignored. |
// Layout overflow is used to determine scrolling extent, so it still includes child layers and also factors in |
// transforms, relative positioning, etc. |
LayoutRect logicalLayoutOverflow(enclosingLayoutRect(logicalFrameRectIncludingLineHeight(lineTop, lineBottom))); |