| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index d4104e7d89d1762862a8f11e6e05173aca63b81f..5e20ab26834bc79e162abc3efa916dd633aa5c66 100644
|
| --- a/Source/core/animation/css/CSSAnimations.h
|
| +++ b/Source/core/animation/css/CSSAnimations.h
|
| @@ -167,6 +167,8 @@ class CSSAnimations final {
|
| public:
|
| CSSAnimations();
|
|
|
| + const AtomicString getAnimationNameForInspector(const AnimationPlayer&);
|
| +
|
| // 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.
|
|
|