| 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 914bd9c604dbc7785dc73b2cedc5f5073beb5396..b54f4e834ef0835c8dcdd0881c4c02798e7099ce 100644
|
| --- a/sky/engine/core/animation/css/CSSAnimations.h
|
| +++ b/sky/engine/core/animation/css/CSSAnimations.h
|
| @@ -154,7 +154,7 @@ public:
|
| // FIXME: This method is only used here and in the legacy animations
|
| // implementation. It should be made private or file-scope when the legacy
|
| // engine is removed.
|
| - static const StyleRuleKeyframes* matchScopedKeyframesRule(StyleResolver*, const Element*, const StringImpl*);
|
| + static const StyleRuleKeyframes* matchScopedKeyframesRule(StyleResolver*, const Element*, String animationName);
|
|
|
| static const StylePropertyShorthand& animatableProperties();
|
| static bool isAllowedAnimation(CSSPropertyID);
|
|
|