| Index: sky/engine/core/rendering/RenderBlock.h
|
| diff --git a/sky/engine/core/rendering/RenderBlock.h b/sky/engine/core/rendering/RenderBlock.h
|
| index 00e28a2621c4e663137fd54679973568774c5b99..e7d297af410277c19eb8cd5006a9cb68e66a125d 100644
|
| --- a/sky/engine/core/rendering/RenderBlock.h
|
| +++ b/sky/engine/core/rendering/RenderBlock.h
|
| @@ -215,7 +215,7 @@ public:
|
| #endif
|
|
|
| // inline-block elements paint all phases atomically. This function ensures that. Certain other elements
|
| - // (grid items, flex items) require this behavior as well, and this function exists as a helper for them.
|
| + // (flex items) require this behavior as well, and this function exists as a helper for them.
|
| // It is expected that the caller will call this function independent of the value of paintInfo.phase.
|
| static void paintAsInlineBlock(RenderObject*, PaintInfo&, const LayoutPoint&);
|
|
|
|
|