Index: public/platform/WebScheduler.h |
diff --git a/public/platform/WebScheduler.h b/public/platform/WebScheduler.h |
index b5199c69a124d98154c56cfebaf9c23d3af0240e..80e4e156c768635ff284d71731b280b92d2e4623 100644 |
--- a/public/platform/WebScheduler.h |
+++ b/public/platform/WebScheduler.h |
@@ -66,7 +66,7 @@ |
// tasks usually have the default priority, but may be delayed |
// when the user is interacting with the device. |
// Takes ownership of |WebThread::Task|. Can be called from any thread. |
- virtual void postTimerTask(const WebTraceLocation&, WebThread::Task*, double delaySecs) {} |
+ virtual void postTimerTask(const WebTraceLocation&, WebThread::Task*, long long delayMs) {} |
// Schedule a timer task to be run on the the associated WebThread. Timer Tasks |
// tasks usually have the default priority, but may be delayed |