Index: public/platform/WebScheduler.h |
diff --git a/public/platform/WebScheduler.h b/public/platform/WebScheduler.h |
index 80e4e156c768635ff284d71731b280b92d2e4623..b29ef632388710979433c70326a05b8eed5eb57e 100644 |
--- a/public/platform/WebScheduler.h |
+++ b/public/platform/WebScheduler.h |
@@ -92,6 +92,7 @@ public: |
void postNonNestableIdleTask(const WebTraceLocation&, PassOwnPtr<IdleTask>); |
void postIdleTaskAfterWakeup(const WebTraceLocation&, PassOwnPtr<IdleTask>); |
void postLoadingTask(const WebTraceLocation&, PassOwnPtr<Task>); |
+ void postTimerTask(const WebTraceLocation&, PassOwnPtr<Task>, long long delayMs); |
#endif |
}; |