Index: Source/core/frame/LocalDOMWindow.h |
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h |
index d932c9a3b49f19747cd2ce19c3023a451ebcb344..0b245bb124a9db561c36c388a235873b1d78bc7f 100644 |
--- a/Source/core/frame/LocalDOMWindow.h |
+++ b/Source/core/frame/LocalDOMWindow.h |
@@ -144,6 +144,8 @@ public: |
int requestAnimationFrame(FrameRequestCallback*) override; |
int webkitRequestAnimationFrame(FrameRequestCallback*) override; |
void cancelAnimationFrame(int id) override; |
+ int requestIdleCallback(IdleRequestCallback*, double timeoutMillis) override; |
+ void cancelIdleCallback(int id) override; |
void schedulePostMessage(PassRefPtrWillBeRawPtr<MessageEvent>, LocalDOMWindow* source, SecurityOrigin* target, PassRefPtrWillBeRawPtr<ScriptCallStack> stackTrace); |
void registerProperty(DOMWindowProperty*); |