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

Unified Diff: sky/engine/core/css/resolver/StyleResolverState.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/css/resolver/StyleResolver.cpp ('k') | sky/engine/core/css/resolver/StyleResolverState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/resolver/StyleResolverState.h
diff --git a/sky/engine/core/css/resolver/StyleResolverState.h b/sky/engine/core/css/resolver/StyleResolverState.h
index ab81f2744c8157f2e950249020afce1ae30771f9..a8841f682396396905cf3dd8a8c65e5ac4307d89 100644
--- a/sky/engine/core/css/resolver/StyleResolverState.h
+++ b/sky/engine/core/css/resolver/StyleResolverState.h
@@ -36,7 +36,6 @@
namespace blink {
-class CSSAnimationUpdate;
class FontDescription;
class StyleRule;
@@ -65,10 +64,6 @@ public:
const CSSToLengthConversionData& cssToLengthConversionData() const { return m_cssToLengthConversionData; }
- void setAnimationUpdate(PassOwnPtr<CSSAnimationUpdate>);
- const CSSAnimationUpdate* animationUpdate() { return m_animationUpdate.get(); }
- PassOwnPtr<CSSAnimationUpdate> takeAnimationUpdate();
-
void setParentStyle(PassRefPtr<RenderStyle> parentStyle) { m_parentStyle = parentStyle; }
const RenderStyle* parentStyle() const { return m_parentStyle.get(); }
RenderStyle* parentStyle() { return m_parentStyle.get(); }
@@ -113,8 +108,6 @@ private:
// so we keep it separate from m_elementContext.
RefPtr<RenderStyle> m_parentStyle;
- OwnPtr<CSSAnimationUpdate> m_animationUpdate;
-
RawPtr<CSSValue> m_lineHeightValue;
FontBuilder m_fontBuilder;
« no previous file with comments | « sky/engine/core/css/resolver/StyleResolver.cpp ('k') | sky/engine/core/css/resolver/StyleResolverState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698