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

Unified Diff: sky/engine/core/rendering/style/StyleRareNonInheritedData.h

Issue 772673002: Fix Animations, Remove Compostior Animations. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: CompositorPendingAnimations -> PendingAnimations Created 6 years 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
Index: sky/engine/core/rendering/style/StyleRareNonInheritedData.h
diff --git a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
index c87e32c1bc82d8a967c658e9f7705e28f665cda7..4881a909983f6a1368919275fb59cb64056fb042 100644
--- a/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
+++ b/sky/engine/core/rendering/style/StyleRareNonInheritedData.h
@@ -133,13 +133,6 @@ public:
unsigned m_wrapFlow: 3; // WrapFlow
unsigned m_wrapThrough: 1; // WrapThrough
- unsigned m_hasCurrentOpacityAnimation : 1;
- unsigned m_hasCurrentTransformAnimation : 1;
- unsigned m_hasCurrentFilterAnimation : 1;
- unsigned m_runningOpacityAnimationOnCompositor : 1;
- unsigned m_runningTransformAnimationOnCompositor : 1;
- unsigned m_runningFilterAnimationOnCompositor : 1;
-
unsigned m_hasAspectRatio : 1; // Whether or not an aspect ratio has been specified.
unsigned m_touchAction : TouchActionBits; // TouchAction
« no previous file with comments | « sky/engine/core/rendering/style/RenderStyle.h ('k') | sky/engine/core/rendering/style/StyleRareNonInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698