Index: third_party/WebKit/Source/core/animation/Animation.h |
diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h |
index 9ef0b5f6a1339c2c26e7bc38cee388e2f436364f..c05f02477c8d0a8fb8ba130af42a6ab47e35caba 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.h |
+++ b/third_party/WebKit/Source/core/animation/Animation.h |
@@ -75,6 +75,16 @@ class CORE_EXPORT Animation final : public EventTargetWithInlineData, |
}; |
static Animation* Create(AnimationEffectReadOnly*, AnimationTimeline*); |
+ |
+ // Web Animations API Bindings constructors. |
+ static Animation* Create(ExecutionContext*, |
+ AnimationEffectReadOnly*, |
+ ExceptionState&); |
+ static Animation* Create(ExecutionContext*, |
+ AnimationEffectReadOnly*, |
+ AnimationTimeline*, |
+ ExceptionState&); |
+ |
~Animation(); |
void Dispose(); |