Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index 6cb006f74da67e53312a88f35ce4854924bdc768..ba2fd82cb0395d9d890ffe824fec400cf3f59792 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -314,6 +314,8 @@ |
Element* cloneElementWithChildren(); |
Element* cloneElementWithoutChildren(); |
+ void scheduleSVGFilterLayerUpdateHack(); |
+ |
void setBooleanAttribute(const QualifiedName&, bool); |
virtual const StylePropertySet* additionalPresentationAttributeStyle() { |