| Index: Source/WebCore/rendering/svg/RenderSVGModelObject.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/svg/RenderSVGModelObject.h (revision 119626)
|
| +++ Source/WebCore/rendering/svg/RenderSVGModelObject.h (working copy)
|
| @@ -61,7 +61,6 @@
|
| virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&, ApplyContainerFlipOrNot = ApplyContainerFlip, bool* wasFixed = 0) const;
|
| virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle);
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
| - virtual void updateFromElement();
|
|
|
| static bool checkIntersection(RenderObject*, const FloatRect&);
|
| static bool checkEnclosure(RenderObject*, const FloatRect&);
|
|
|