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 1838d904c6a8afe17f12738b85ad50ed800e7c07..97075b36f471ea1378c5215d37fd8755b1c3dcc4 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
@@ -226,6 +226,9 @@ public: |
void checkPositionedObjectsNeedLayout(); |
#endif |
+ LayoutUnit availableLogicalHeightForPercentageComputation() const; |
+ bool hasDefiniteLogicalHeight() const; |
+ |
protected: |
bool recalcNormalFlowChildOverflowIfNeeded(LayoutObject*); |
bool recalcPositionedDescendantsOverflowAfterStyleChange(); |