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

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

Issue 2867293002: [LayoutNG] Compute baseline from fragment tree (Closed)
Patch Set: Cleanup Created 3 years, 5 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/layout_ng_block_flow.h
diff --git a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
index 171b0f4afe69b39e57ff1ef8d1e3aee9066449f2..e00a28721d10f0befcf02fad8560e52f3e4a2fe6 100644
--- a/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
+++ b/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
@@ -26,6 +26,9 @@ class CORE_EXPORT LayoutNGBlockFlow final : public LayoutBlockFlow {
void ResetNGInlineNodeData();
bool HasNGInlineNodeData() const { return ng_inline_node_data_.get(); }
+ int FirstLineBoxBaseline() const override;
+ int InlineBlockBaseline(LineDirectionMode) const override;
+
private:
bool IsOfType(LayoutObjectType) const override;

Powered by Google App Engine
This is Rietveld 408576698