Index: Source/WebCore/rendering/RenderBox.h |
=================================================================== |
--- Source/WebCore/rendering/RenderBox.h (revision 109989) |
+++ Source/WebCore/rendering/RenderBox.h (working copy) |
@@ -433,6 +433,8 @@ |
virtual bool needsPreferredWidthsRecalculation() const; |
virtual void computeIntrinsicRatioInformation(FloatSize& /* intrinsicSize */, double& /* intrinsicRatio */, bool& /* isPercentageIntrinsicSize */) const { } |
+ virtual bool hasRelativeDimensions() const; |
+ |
protected: |
virtual void willBeDestroyed(); |