Index: third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp |
diff --git a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp |
index 29f8953940faa645e982cf07dc9a7daa591f14d4..56bacf32161ba1806ae29b2b4f39a391f920e848 100644 |
--- a/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp |
+++ b/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp |
@@ -328,7 +328,7 @@ void RemoteDOMWindow::cancelAnimationFrame(int id) |
ASSERT_NOT_REACHED(); |
} |
-int RemoteDOMWindow::requestIdleCallback(IdleRequestCallback*, double timeoutMillis) |
+int RemoteDOMWindow::requestIdleCallback(IdleRequestCallback*, const IdleRequestOptions&) |
{ |
ASSERT_NOT_REACHED(); |
return 0; |