Chromium Code Reviews| 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; |
|
cbiesinger
2016/08/25 21:50:23
Upon re-reading this patch, I really think this ne
Manuel Rego
2016/08/29 11:08:54
We want to be able to call this function directly
|
| + bool hasDefiniteLogicalHeight() const; |
|
cbiesinger
2016/08/25 21:50:22
..and that previous point makes me think this func
|
| + |
| protected: |
| bool recalcNormalFlowChildOverflowIfNeeded(LayoutObject*); |
| bool recalcPositionedDescendantsOverflowAfterStyleChange(); |