| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index 1dc42fc9727fd325982177edd68ffc93bc3b022b..93b4fd5fc14e4b78abc2b260b85bcdba08e7e66a 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -331,27 +331,6 @@ void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName)
|
| SVGGraphicsElement::svgAttributeChanged(attrName);
|
| }
|
|
|
| -unsigned SVGSVGElement::suspendRedraw(unsigned /* maxWaitMilliseconds */)
|
| -{
|
| - // FIXME: Implement me (see bug 11275)
|
| - return 0;
|
| -}
|
| -
|
| -void SVGSVGElement::unsuspendRedraw(unsigned /* suspendHandleId */)
|
| -{
|
| - // FIXME: Implement me (see bug 11275)
|
| -}
|
| -
|
| -void SVGSVGElement::unsuspendRedrawAll()
|
| -{
|
| - // FIXME: Implement me (see bug 11275)
|
| -}
|
| -
|
| -void SVGSVGElement::forceRedraw()
|
| -{
|
| - // FIXME: Implement me (see bug 11275)
|
| -}
|
| -
|
| PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const FloatRect& rect, SVGElement* referenceElement, CollectIntersectionOrEnclosure collect) const
|
| {
|
| Vector<RefPtr<Node> > nodes;
|
|
|