Index: Source/core/layout/LayoutBlockFlow.cpp |
diff --git a/Source/core/layout/LayoutBlockFlow.cpp b/Source/core/layout/LayoutBlockFlow.cpp |
index 22dbcd85698ad21450b151b46042fa3f1f1c1f76..d2c2b6749f12706789bafac8da9311fc5ba6cc73 100644 |
--- a/Source/core/layout/LayoutBlockFlow.cpp |
+++ b/Source/core/layout/LayoutBlockFlow.cpp |
@@ -2029,6 +2029,7 @@ void LayoutBlockFlow::invalidatePaintForOverhangingFloats(bool paintAllDescendan |
} |
} |
+// TODO: Remove this (which is a kind of incremental invalidation) for slimming paint v2. |
void LayoutBlockFlow::invalidatePaintForOverflow() |
{ |
// FIXME: We could tighten up the left and right invalidation points if we let layoutInlineChildren fill them in based off the particular lines |