Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 08b9a93a9e4cb5ce9417eb7b6862025a314dcd9e..f71db94658ef8c589cc65a5fb3e5f772cfffb280 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 containingBlockLogicalHeightForGetComputedStyle() const; |
+ |
virtual LayoutUnit containingBlockLogicalWidthForContent() const override; |
LayoutUnit containingBlockLogicalHeightForContent(AvailableLogicalHeightType) const; |