| Index: sky/engine/core/animation/css/CSSAnimations.h
|
| diff --git a/sky/engine/core/animation/css/CSSAnimations.h b/sky/engine/core/animation/css/CSSAnimations.h
|
| index ae2da9120d35ce2db9d59dab4db1fafd0c1de37c..a46659dd5266dd88e54e88ece818c85fbde59fae 100644
|
| --- a/sky/engine/core/animation/css/CSSAnimations.h
|
| +++ b/sky/engine/core/animation/css/CSSAnimations.h
|
| @@ -52,7 +52,7 @@ class StyleRuleKeyframes;
|
|
|
| // This class stores the CSS Animations/Transitions information we use during a style recalc.
|
| // This includes updates to animations/transitions as well as the Interpolations to be applied.
|
| -class CSSAnimationUpdate final : public DummyBase<CSSAnimationUpdate> {
|
| +class CSSAnimationUpdate final {
|
| public:
|
| void startAnimation(AtomicString& animationName, PassRefPtr<InertAnimation> animation)
|
| {
|
|
|