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 ba2fd82cb0395d9d890ffe824fec400cf3f59792..6cb006f74da67e53312a88f35ce4854924bdc768 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -314,8 +314,6 @@ class CORE_EXPORT Element : public ContainerNode { |
Element* cloneElementWithChildren(); |
Element* cloneElementWithoutChildren(); |
- void scheduleSVGFilterLayerUpdateHack(); |
- |
void setBooleanAttribute(const QualifiedName&, bool); |
virtual const StylePropertySet* additionalPresentationAttributeStyle() { |