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

Unified Diff: Source/core/workers/WorkerGlobalScope.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/workers/WorkerGlobalScope.idl
diff --git a/Source/core/workers/WorkerGlobalScope.idl b/Source/core/workers/WorkerGlobalScope.idl
index ced2f23a456d582e07fdb5de0f84bf71104da396..6080721e3917740caf4fe4e27b2ead0001265c7e 100644
--- a/Source/core/workers/WorkerGlobalScope.idl
+++ b/Source/core/workers/WorkerGlobalScope.idl
@@ -37,7 +37,7 @@
attribute EventHandler onerror;
[Replaceable] readonly attribute WorkerConsole console;
-
+ void requestAnimationFrame(RequestAnimationFrameCallback insert);
// WorkerUtils
[RaisesException] void importScripts(DOMString... urls);
[Replaceable] readonly attribute WorkerNavigator navigator;

Powered by Google App Engine
This is Rietveld 408576698