| 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..0452ffb86a89c595f465ad9d42cd459aefcfa7ed 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -377,6 +377,8 @@ class CORE_EXPORT LayoutBlockFlow : public LayoutBlock {
|
| return logicalBottomForFloat(floatObject) > logicalHeight();
|
| }
|
|
|
| + LayoutUnit logicalHeightWithVisibleOverflow() const final;
|
| +
|
| // This function is only public so we can call it from NGBox while we're
|
| // still working on LayoutNG.
|
| void updateIsSelfCollapsing() {
|
|
|