| Index: Source/core/rendering/RenderFlexibleBox.cpp
|
| diff --git a/Source/core/rendering/RenderFlexibleBox.cpp b/Source/core/rendering/RenderFlexibleBox.cpp
|
| index 20b316ef51f14bcbd5267ae5b38142b179d14d9e..d71accfa31a8cca3c227a327e50373efdec09540 100644
|
| --- a/Source/core/rendering/RenderFlexibleBox.cpp
|
| +++ b/Source/core/rendering/RenderFlexibleBox.cpp
|
| @@ -258,7 +258,7 @@ void RenderFlexibleBox::layoutBlock(bool relayoutChildren)
|
|
|
| computeRegionRangeForBlock(flowThreadContainingBlock());
|
|
|
| - // FIXME: css3/flexbox/repaint-rtl-column.html seems to repaint more overflow than it needs to.
|
| + // FIXME: css3/flexbox/repaint-rtl-column.html seems to issue paint invalidations for more overflow than it needs to.
|
| computeOverflow(clientLogicalBottomAfterRepositioning());
|
| }
|
|
|
|
|