| Index: public/platform/WebSchedulerProxy.h
|
| diff --git a/public/platform/WebSchedulerProxy.h b/public/platform/WebSchedulerProxy.h
|
| index f59ff991caf0d8e6e2a9fcb8f6e0cd6785a9632b..c74ba7a5f56d65ceaf243fe0134426e8af63533f 100644
|
| --- a/public/platform/WebSchedulerProxy.h
|
| +++ b/public/platform/WebSchedulerProxy.h
|
| @@ -27,6 +27,10 @@ public:
|
| // ownership of |Task|. Can be called from any thread.
|
| BLINK_PLATFORM_EXPORT void postCompositorTask(const WebTraceLocation&, WebThread::Task*);
|
|
|
| + // Schedule a task due to an IPC to be run on the Blink main thread.
|
| + // Takes ownership of |Task|. Can be called from any thread.
|
| + BLINK_PLATFORM_EXPORT void postIpcTask(const WebTraceLocation&, WebThread::Task*);
|
| +
|
| private:
|
| WebSchedulerProxy();
|
|
|
|
|