Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
index 89cff5807c64ac08f9a2b77384bf30d165cea7dd..d81c480bcb9780a162ec98d99111190ea9a18028 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -169,6 +169,7 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock { |
// |stopRootInlineBox|, if specified. |
int lineCount(const RootInlineBox* stopRootInlineBox = nullptr) const; |
+ bool isDescentBaseline() const; |
int firstLineBoxBaseline() const override; |
int inlineBlockBaseline(LineDirectionMode) const override; |