| Index: components/html_viewer/web_scheduler_impl.h
|
| diff --git a/components/html_viewer/web_scheduler_impl.h b/components/html_viewer/web_scheduler_impl.h
|
| index e0d754f48f5a845be87df94f27d73564c6690e93..376e93fb5162b6528828ac5929c5e5482d2933f6 100644
|
| --- a/components/html_viewer/web_scheduler_impl.h
|
| +++ b/components/html_viewer/web_scheduler_impl.h
|
| @@ -26,6 +26,10 @@ class WebSchedulerImpl : public blink::WebScheduler {
|
| virtual void postTimerTask(const blink::WebTraceLocation& location,
|
| blink::WebThread::Task* task,
|
| long long delayMs);
|
| + virtual void postShutdownTask(const blink::WebTraceLocation& location,
|
| + blink::WebThread::Task* task,
|
| + long long delayMs);
|
| + virtual void preShutdown();
|
|
|
| static void RunIdleTask(scoped_ptr<blink::WebThread::IdleTask> task);
|
| static void RunTask(scoped_ptr<blink::WebThread::Task> task);
|
|
|