| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 370b94c9cacd28e099d98ff9a845b07988ea04f2..90772c3efa2f98c6ea7b26cf7721a07a3103f360 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -109,8 +109,9 @@ public:
|
| size_t countElementShadow(const Node*, ExceptionState&) const;
|
| const AtomicString& shadowPseudoId(Element*);
|
|
|
| - // CSS Animation / Transition testing.
|
| + // Animation testing.
|
| void pauseAnimations(double pauseTime, ExceptionState&);
|
| + bool isCompositedAnimation(Animation*);
|
|
|
| // Modifies m_desiredFrameStartTime in BitmapImage to advance the next frame time
|
| // for testing whether animated images work properly.
|
|
|