Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1296)

Unified Diff: Source/core/svg/SVGSVGElement.cpp

Issue 131473011: Clean the SVGSVGElement interface IDL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop argument names. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGSVGElement.h ('k') | Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/svg/SVGSVGElement.h ('k') | Source/core/svg/SVGSVGElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698