| Index: sky/engine/core/rendering/RenderBlockFlow.h
|
| diff --git a/sky/engine/core/rendering/RenderBlockFlow.h b/sky/engine/core/rendering/RenderBlockFlow.h
|
| index b7879a1ef6988d8a11fe8ffa675625d29d0c1ff4..e3fc806eebe397df2d806bb599279186bded8f4d 100644
|
| --- a/sky/engine/core/rendering/RenderBlockFlow.h
|
| +++ b/sky/engine/core/rendering/RenderBlockFlow.h
|
| @@ -123,7 +123,7 @@ public:
|
|
|
| void addOverflowFromInlineChildren();
|
|
|
| - // FIXME: This should be const to avoid a const_cast, but can modify child dirty bits and RenderCombineText
|
| + // FIXME: This should be const to avoid a const_cast, but can modify child dirty bits
|
| void computeInlinePreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth);
|
|
|
| GapRects inlineSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
|
|
|