Index: third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h |
index 9529a4adef6f77bf549034d4a01b3460e3690a0b..c5a54a220ad5f5f930f7768308d3593ff1080289 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h |
+++ b/third_party/WebKit/Source/core/svg/SVGTreeScopeResources.h |
@@ -41,6 +41,7 @@ class SVGTreeScopeResources |
bool hasPendingResource(const AtomicString& id) const; |
bool isElementPendingResources(Element*) const; |
bool isElementPendingResource(Element*, const AtomicString& id) const; |
+ void notifyResourceAvailable(const AtomicString& id); |
void clearHasPendingResourcesIfPossible(Element*); |
void removeElementFromPendingResources(Element*); |
SVGPendingElements* removePendingResource(const AtomicString& id); |