| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index bbec11fa74567e9af853a219c3cf8a8d2973a8cc..783387d0ee741d52d749c4274a83a43124f80ddd 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -96,16 +96,11 @@ public:
|
| String shadowPseudoId(Element*, ExceptionCode&);
|
| void setShadowPseudoId(Element*, const String&, ExceptionCode&);
|
|
|
| - // CSS Animation testing.
|
| + // CSS Animation / Transition testing.
|
| unsigned numberOfActiveAnimations() const;
|
| void suspendAnimations(Document*, ExceptionCode&) const;
|
| void resumeAnimations(Document*, ExceptionCode&) const;
|
| - bool pauseAnimationAtTimeOnElement(const String& animationName, double pauseTime, Element*, ExceptionCode&);
|
| - bool pauseAnimationAtTimeOnPseudoElement(const String& animationName, double pauseTime, Element*, const String& pseudoId, ExceptionCode&);
|
| -
|
| - // CSS Transition testing.
|
| - bool pauseTransitionAtTimeOnElement(const String& propertyName, double pauseTime, Element*, ExceptionCode&);
|
| - bool pauseTransitionAtTimeOnPseudoElement(const String& property, double pauseTime, Element*, const String& pseudoId, ExceptionCode&);
|
| + void pauseAnimations(double pauseTime, ExceptionCode&);
|
|
|
| PassRefPtr<Element> createContentElement(ExceptionCode&);
|
| bool isValidContentSelect(Element* insertionPoint, ExceptionCode&);
|
|
|