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

Unified Diff: Source/core/frame/Window.idl

Issue 491053004: Expose Web Animations API to Web Workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Exposing the Web Animations API to Web Workers Created 6 years, 4 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: Source/core/frame/Window.idl
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
index e82990ce7f1f09249c731af952cdd748d0c2ed8b..cc425455decfb6cca4cb6cd7945143c4c9138727 100644
--- a/Source/core/frame/Window.idl
+++ b/Source/core/frame/Window.idl
@@ -129,6 +129,8 @@
[Replaceable, DoNotCheckSecurity] readonly attribute Window parent;
[DoNotCheckSecurity, Unforgeable] readonly attribute Window top;
+ [RaisesException, CallWith=ExecutionContext] Worker createAnimationWorker(DOMString url);
+
// DOM Level 2 AbstractView Interface
readonly attribute Document document;

Powered by Google App Engine
This is Rietveld 408576698