| 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 32a91218f39bfa88efcce86236e81bd6340936a0..d95c92a032f267b10d80f0007e69fbeff5bc4b2f 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -238,6 +238,8 @@ class CORE_EXPORT Animation final : public EventTargetWithInlineData,
|
| Member<Animation>,
|
| Member<DOMException>>;
|
| void ResolvePromiseMaybeAsync(AnimationPromise*);
|
| + void RejectAndResetPromise(AnimationPromise*);
|
| + void RejectAndResetPromiseMaybeAsync(AnimationPromise*);
|
|
|
| String id_;
|
|
|
|
|