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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.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/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index bf178496877d92248dd988928b51dff1fb447fda..df1e1a2a56149c0a60dace603bc5969c048d3547 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -133,6 +133,7 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
bool first_line,
LineDirectionMode,
LinePositionMode = kPositionOnContainingLine) const override;
+ bool UseLogicalBottomMarginEdgeForInlineBlockBaseline() const;
LayoutUnit MinLineHeightForReplacedObject(bool is_first_line,
LayoutUnit replaced_height) const;

Powered by Google App Engine
This is Rietveld 408576698