| Index: third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| index 57d618e31db24d01af689b65efec691ed7487e09..c15faaa50556a1a62a9e0ff484f61763a0754105 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentAnimation.idl
|
| @@ -8,4 +8,6 @@
|
| RuntimeEnabled=WebAnimationsAPI
|
| ] partial interface Document {
|
| readonly attribute DocumentTimeline timeline;
|
| +
|
| + sequence<Animation> getAnimations();
|
| };
|
|
|