| 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;
|
|
|