| Index: sky/engine/core/rendering/line/LineLayoutState.h
|
| diff --git a/sky/engine/core/rendering/line/LineLayoutState.h b/sky/engine/core/rendering/line/LineLayoutState.h
|
| index 4724af381932ebb0ee87b94f4b23f92f5815fc50..9d49df4c30ac0917c590e26cd549ee5f9ab00c92 100644
|
| --- a/sky/engine/core/rendering/line/LineLayoutState.h
|
| +++ b/sky/engine/core/rendering/line/LineLayoutState.h
|
| @@ -30,7 +30,7 @@
|
| namespace blink {
|
|
|
| // Like LayoutState for layout(), LineLayoutState keeps track of global information
|
| -// during an entire linebox tree layout pass (aka layoutInlineChildren).
|
| +// during an entire linebox tree layout pass (aka RenderParagraph::layoutChildren).
|
| class LineLayoutState {
|
| public:
|
| LineLayoutState(bool fullLayout, LayoutUnit& paintInvalidationLogicalTop, LayoutUnit& paintInvalidationLogicalBottom)
|
|
|