| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| index 4a4c53363748653e878fd080ed91f521a4da1a6d..b9ddfdfd1ae200e3b144228f846c317db12b34bb 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
|
| @@ -61,6 +61,8 @@ class CORE_EXPORT NGPhysicalFragment
|
| has_been_placed_ = true;
|
| }
|
|
|
| + NGBreakToken* BreakToken() const { return break_token_; }
|
| +
|
| const HeapLinkedHashSet<WeakMember<NGBlockNode>>& OutOfFlowDescendants()
|
| const {
|
| return out_of_flow_descendants_;
|
|
|