| 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 1ce6b779071c5143b1ed11a5205ea0a25b5434d9..1eb1a24f3bc1d73566c80628857dea396e82365e 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,11 +14,10 @@ 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.
|
| -CORE_EXPORT bool IsNewFormattingContextForInFlowBlockLevelChild(
|
| +CORE_EXPORT bool IsNewFormattingContextForBlockLevelChild(
|
| const NGConstraintSpace& space,
|
| const ComputedStyle& style);
|
|
|
|
|