Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl

Issue 2745823002: [animation-worklet] Implement registerAnimator in worklet scope (Closed)
Patch Set: Address nhiroki feedback Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
diff --git a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
index e8a5046de997c82364f3c77c9c4b149cb8b77383..1d4db5b491a844382799cbf53e89919d0f98977d 100644
--- a/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
+++ b/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.idl
@@ -7,4 +7,5 @@
Global=(Worklet,AnimationWorklet),
RuntimeEnabled=CompositorWorker,
] interface AnimationWorkletGlobalScope : WorkletGlobalScope {
+ [RaisesException] void registerAnimator(DOMString name, Function animatorConstructor);
};

Powered by Google App Engine
This is Rietveld 408576698