Index: Source/core/frame/LocalDOMWindow.h |
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h |
index 45499eb42a61e2d4c4a82e854d16ff3e07fd8ec6..5e48ead74c4ef523da1974eb2038307464311d99 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 timeout) override; |
+ void cancelIdleCallback(int id) override; |
void schedulePostMessage(PassRefPtrWillBeRawPtr<MessageEvent>, LocalDOMWindow* source, SecurityOrigin* target, PassRefPtrWillBeRawPtr<ScriptCallStack> stackTrace); |
void registerProperty(DOMWindowProperty*); |