Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 0310e4415eaf635a9e75dbe0101ecdaac40ebace..c2e24029b6da45d1ad9fe1bc21b9f70b32a4c3a1 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -476,6 +476,8 @@ public: |
virtual void mapRectToPaintInvalidationBacking(const LayoutBoxModelObject* paintInvalidationContainer, LayoutRect&, const PaintInvalidationState*) const override; |
virtual void invalidatePaintForOverhangingFloats(bool paintAllDescendants); |
+ LayoutUnit containingBlockLogicalHeightForComputedStyle() const; |
+ |
virtual LayoutUnit containingBlockLogicalWidthForContent() const override; |
LayoutUnit containingBlockLogicalHeightForContent(AvailableLogicalHeightType) const; |