| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index 505061194da949c4acdfc2d949a812d486950ee8..294fbe643ce1e71e139fc98f1153ed052bd19b70 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -37,7 +37,6 @@
|
|
|
| namespace blink {
|
|
|
| -class ActiveAnimations;
|
| class Attr;
|
| class Attribute;
|
| class CSSStyleDeclaration;
|
| @@ -112,7 +111,7 @@ public:
|
| // for performance.
|
| AttributeCollection attributes() const;
|
| // This variant will not update the potentially invalid attributes. To be used when not interested
|
| - // in style attribute or one of the SVG animation attributes.
|
| + // in style attribute.
|
| AttributeCollection attributesWithoutUpdate() const;
|
|
|
| int offsetLeft();
|
| @@ -193,8 +192,6 @@ public:
|
|
|
| virtual RenderObject* createRenderer(RenderStyle*);
|
| void recalcStyle(StyleRecalcChange);
|
| - void setAnimationStyleChange(bool);
|
| - void setNeedsAnimationStyleRecalc();
|
|
|
| bool supportsStyleSharing() const;
|
|
|
| @@ -281,10 +278,6 @@ public:
|
| bool hasClass() const;
|
| const SpaceSplitString& classNames() const;
|
|
|
| - ActiveAnimations* activeAnimations() const;
|
| - ActiveAnimations& ensureActiveAnimations();
|
| - bool hasActiveAnimations() const;
|
| -
|
| void synchronizeAttribute(const AtomicString& localName) const;
|
|
|
| MutableStylePropertySet& ensureMutableInlineStyle();
|
|
|