Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h

Issue 2632523002: [LayoutNG] Initial support for multicol, introducing NGBlockBreakToken. (Closed)
Patch Set: Add TODO. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698