| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 8e9c4e32f850ec619e8e9f382b61fd02d097c5b8..66e1ce94574b36816bcd4ed49b4f002e671f9cc9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -124,6 +124,7 @@ class HTMLLinkElement;
|
| class HTMLScriptElement;
|
| class HitTestRequest;
|
| class IdleRequestCallback;
|
| +class IdleRequestOptions;
|
| class InputDeviceCapabilities;
|
| class LayoutPoint;
|
| class LiveNodeListBase;
|
| @@ -915,7 +916,7 @@ public:
|
| void cancelAnimationFrame(int id);
|
| void serviceScriptedAnimations(double monotonicAnimationStartTime);
|
|
|
| - int requestIdleCallback(IdleRequestCallback*, double timeoutMillis);
|
| + int requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&);
|
| void cancelIdleCallback(int id);
|
|
|
| EventTarget* errorEventTarget() final;
|
|
|