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 0c77987dd6b16335872e7a295f2960aec50ab764..097a96f5902f6f92878b960062a1ae36a411b504 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h |
@@ -561,6 +561,7 @@ private: |
LayoutUnit m_paintInvalidationLogicalBottom; |
bool isSelfCollapsingBlock() const override; |
+ bool checkIfIsSelfCollapsingBlock() const; |
protected: |
OwnPtr<LayoutBlockFlowRareData> m_rareData; |