Index: Source/core/rendering/svg/RenderSVGRoot.h |
diff --git a/Source/core/rendering/svg/RenderSVGRoot.h b/Source/core/rendering/svg/RenderSVGRoot.h |
index eb160bd23a217193dbb0e4580dd3e5695d3c91f7..538193f9b6080c3c6cc51bd67fea74c82f0d1ef5 100644 |
--- a/Source/core/rendering/svg/RenderSVGRoot.h |
+++ b/Source/core/rendering/svg/RenderSVGRoot.h |
@@ -40,7 +40,7 @@ public: |
bool isEmbeddedThroughSVGImage() const; |
bool isEmbeddedThroughFrameContainingSVGDocument() const; |
- virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const OVERRIDE; |
+ virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const OVERRIDE; |
RenderObject* firstChild() const { ASSERT(children() == virtualChildren()); return children()->firstChild(); } |
RenderObject* lastChild() const { ASSERT(children() == virtualChildren()); return children()->lastChild(); } |
@@ -63,9 +63,6 @@ public: |
m_containerSize = containerSize; |
} |
- virtual bool hasRelativeIntrinsicLogicalWidth() const OVERRIDE; |
- virtual bool hasRelativeLogicalHeight() const OVERRIDE; |
- |
// localToBorderBoxTransform maps local SVG viewport coordinates to local CSS box coordinates. |
const AffineTransform& localToBorderBoxTransform() const { return m_localToBorderBoxTransform; } |