Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 896a44fac70d5edf0d04b37addaec1a5ad30e4f3..d39f98bbbf56c343b8f360b29e7f3110824f715d 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -84,6 +84,9 @@ |
[MeasureAs=UnprefixedRequestAnimationFrame] long requestAnimationFrame(FrameRequestCallback callback); |
void cancelAnimationFrame(long handle); |
+ [RuntimeEnabled=RequestIdleFrame] long requestIdleFrame(IdleRequestCallback callback); |
+ [RuntimeEnabled=RequestIdleFrame] void cancelIdleFrame(long handle); |
+ |
[DoNotCheckSecurity, Custom, RaisesException] void postMessage(any message, DOMString targetOrigin, optional sequence<Transferable> transfer); |
// HTML obsolete features |