Index: third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
index f93787e18efd67a17a5773842dbf62c8e62f35b4..b24ab27864f1f87be6e3dfb65d67fe64c1d8ddf4 100644 |
--- a/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
+++ b/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h |
@@ -120,6 +120,9 @@ class CORE_EXPORT NGBlockLayoutAlgorithm |
// token if we're out of space. |
void FinalizeForFragmentation(); |
+ void PropagateBaselinesFromChildren(); |
+ bool AddBaseline(const NGBaselineRequest&, unsigned); |
+ |
// Calculates logical offset for the current fragment using either |
// {@code content_size_} when the fragment doesn't know it's offset |
// or {@code known_fragment_offset} if the fragment knows it's offset |