Bug 1568741 [wpt PR 18070] - Update interfaces/animation-worklet.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/animation-worklet.idl (#18070)

Source: https://github.com/tidoust/reffy-reports/blob/66f78e5/whatwg/idl/animation-worklet.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/563409573
--

wpt-commits: 5a87078520943ac3f16f5b0cc145d4a7601a90c8
wpt-pr: 18070
This commit is contained in:
autofoolip 2019-08-01 15:20:37 +00:00 committed by moz-wptsync-bot
parent c992967395
commit 278567b177

View File

@ -8,16 +8,6 @@ partial namespace CSS {
[SameObject] readonly attribute Worklet animationWorklet;
};
[Exposed=AnimationWorklet, Global=AnimationWorklet, Constructor (optional any options)]
interface StatelessAnimator {
};
[Exposed=AnimationWorklet, Global=AnimationWorklet,
Constructor (optional any options, optional any state)]
interface StatefulAnimator {
any state();
};
[ Global=(Worklet,AnimationWorklet), Exposed=AnimationWorklet ]
interface AnimationWorkletGlobalScope : WorkletGlobalScope {
void registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor);