Index: Source/WebCore/svg/SVGDocumentExtensions.h |
=================================================================== |
--- Source/WebCore/svg/SVGDocumentExtensions.h (revision 95993) |
+++ Source/WebCore/svg/SVGDocumentExtensions.h (working copy) |
@@ -81,6 +81,7 @@ |
// For instance, dynamically build gradients / patterns / clippers... |
void addPendingResource(const AtomicString& id, SVGStyledElement*); |
bool hasPendingResources(const AtomicString& id) const; |
+ bool isElementInPendingResources(SVGStyledElement*) const; |
void removeElementFromPendingResources(SVGStyledElement*); |
PassOwnPtr<SVGPendingElements> removePendingResource(const AtomicString& id); |
}; |
Property changes on: Source\WebCore\svg\SVGDocumentExtensions.h |
___________________________________________________________________ |
Added: svn:executable |
+ * |