| Index: sky/engine/core/rendering/RenderText.h
|
| diff --git a/sky/engine/core/rendering/RenderText.h b/sky/engine/core/rendering/RenderText.h
|
| index 9539cf6d2c4b45ee8716e44758f442b1a06dce68..d8a4ec6660d8b2a134bdf4866b3e49d7c658975d 100644
|
| --- a/sky/engine/core/rendering/RenderText.h
|
| +++ b/sky/engine/core/rendering/RenderText.h
|
| @@ -177,7 +177,7 @@ private:
|
| bool m_hasBreakableEnd : 1;
|
| bool m_hasEndWhiteSpace : 1;
|
| bool m_linesDirty : 1; // This bit indicates that the text run has already dirtied specific
|
| - // line boxes, and this hint will enable layoutInlineChildren to avoid
|
| + // line boxes, and this hint will enable RenderParagraph::layoutChildren to avoid
|
| // just dirtying everything when character data is modified (e.g., appended/inserted
|
| // or removed).
|
| bool m_containsReversedText : 1;
|
|
|