Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: sky/engine/core/dom/Element.h

Issue 1229273004: Remove Animations and Transitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/dom/Document.idl ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « sky/engine/core/dom/Document.idl ('k') | sky/engine/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698