Chromium Code Reviews| 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..7fedfafe3ffad8bc20321236c82bee0de6023fbf 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&); |
|
pfeldman
2014/10/23 06:37:00
Lets return a copy, it is not expensive, while thi
samli
2014/10/24 05:06:19
Done.
|
| + |
| // 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. |