| Index: third_party/WebKit/Source/core/layout/ng/ng_space_utils.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_space_utils.h b/third_party/WebKit/Source/core/layout/ng/ng_space_utils.h
|
| index d583b17a828bd789e7c63d5898d18c740135374a..24c6c61614366f767bbde50e779f345ca919973d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_space_utils.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_space_utils.h
|
| @@ -14,7 +14,6 @@ namespace blink {
|
| // Whether an in-flow block-level child creates a new formatting context.
|
| //
|
| // This will *NOT* check the following cases:
|
| -// - The child is out-of-flow, e.g. floating or abs-pos.
|
| // - The child is a inline-level, e.g. "display: inline-block".
|
| // - The child establishes a new formatting context, but should be a child of
|
| // another layout algorithm, e.g. "display: table-caption" or flex-item.
|
|
|