| Index: third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| index 0b245bb124a9db561c36c388a235873b1d78bc7f..379590ec26d6df6030639b9cc269a54904d840bf 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
|
| @@ -144,7 +144,7 @@ public:
|
| int requestAnimationFrame(FrameRequestCallback*) override;
|
| int webkitRequestAnimationFrame(FrameRequestCallback*) override;
|
| void cancelAnimationFrame(int id) override;
|
| - int requestIdleCallback(IdleRequestCallback*, double timeoutMillis) override;
|
| + int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) override;
|
| void cancelIdleCallback(int id) override;
|
| void schedulePostMessage(PassRefPtrWillBeRawPtr<MessageEvent>, LocalDOMWindow* source, SecurityOrigin* target, PassRefPtrWillBeRawPtr<ScriptCallStack> stackTrace);
|
|
|
|
|