| Index: components/scheduler/child/web_scheduler_impl.h
|
| diff --git a/components/scheduler/child/web_scheduler_impl.h b/components/scheduler/child/web_scheduler_impl.h
|
| index 44dcb0f9fca83759676611707cd640667d0c1c04..c05ce90aa2103850639d5f6bcf9e84692963b8e7 100644
|
| --- a/components/scheduler/child/web_scheduler_impl.h
|
| +++ b/components/scheduler/child/web_scheduler_impl.h
|
| @@ -43,11 +43,14 @@ class SCHEDULER_EXPORT WebSchedulerImpl : public blink::WebScheduler {
|
| blink::WebThread::IdleTask* task);
|
| virtual void postLoadingTask(const blink::WebTraceLocation& location,
|
| blink::WebThread::Task* task);
|
| + // TODO(alexclarke): Remove when possible.
|
| virtual void postTimerTaskAt(const blink::WebTraceLocation& location,
|
| blink::WebThread::Task* task,
|
| double monotonicTime);
|
| -
|
| - // TODO(skyostil): Remove once the Blink side patch lands.
|
| + virtual void postTimerTask(const blink::WebTraceLocation& location,
|
| + blink::WebThread::Task* task,
|
| + double delaySecs);
|
| + // TODO(alexclarke): Remove once the Blink side patch lands.
|
| virtual void postTimerTask(const blink::WebTraceLocation& location,
|
| blink::WebThread::Task* task,
|
| long long delayMs);
|
|
|