Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index e6702ffb2bd7f6e8c39c0bc56e1666ecd74e411f..fc947b4e3f1531e04908cf6b84f754728bd72743 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -623,6 +623,7 @@ public: |
} |
virtual void invalidateTreeAfterLayout(const PaintInvalidationState&) OVERRIDE; |
+ bool skipContainingBlockForPercentHeightCalculation(const RenderBox* containingBlock) const; |
protected: |
virtual void willBeDestroyed() OVERRIDE; |
@@ -680,8 +681,6 @@ private: |
// Returns true if we did a full repaint |
bool repaintLayerRectsForImage(WrappedImagePtr, const FillLayer&, bool drawingBackground); |
- bool skipContainingBlockForPercentHeightCalculation(const RenderBox* containingBlock) const; |
- |
LayoutUnit containingBlockLogicalWidthForPositioned(const RenderBoxModelObject* containingBlock, bool checkForPerpendicularWritingMode = true) const; |
LayoutUnit containingBlockLogicalHeightForPositioned(const RenderBoxModelObject* containingBlock, bool checkForPerpendicularWritingMode = true) const; |