| Index: Source/WebCore/rendering/svg/RenderSVGRoot.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/svg/RenderSVGRoot.h (revision 109989)
|
| +++ Source/WebCore/rendering/svg/RenderSVGRoot.h (working copy)
|
| @@ -53,6 +53,8 @@
|
| IntSize containerSize() const { return m_containerSize; }
|
| void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; }
|
|
|
| + virtual bool hasRelativeDimensions() const;
|
| +
|
| private:
|
| virtual RenderObjectChildList* virtualChildren() { return children(); }
|
| virtual const RenderObjectChildList* virtualChildren() const { return children(); }
|
|
|