| Index: webkit/child/webkitplatformsupport_child_impl.h
|
| diff --git a/webkit/child/webkitplatformsupport_child_impl.h b/webkit/child/webkitplatformsupport_child_impl.h
|
| index 43e447d00e1c232ecce9d71d1543eb15ccaabe4e..c7c6f53ad7ecd0fc43b929f4f6edde4422751520 100644
|
| --- a/webkit/child/webkitplatformsupport_child_impl.h
|
| +++ b/webkit/child/webkitplatformsupport_child_impl.h
|
| @@ -46,6 +46,11 @@ class WEBKIT_CHILD_EXPORT WebKitPlatformSupportChildImpl :
|
| virtual blink::WebThread* createThread(const char* name);
|
| virtual blink::WebThread* currentThread();
|
|
|
| + virtual blink::WebWaitableEvent* createWaitableEvent();
|
| + virtual blink::WebWaitableEvent* waitMultipleEvents(
|
| + blink::WebWaitableEvent** events,
|
| + size_t event_count);
|
| +
|
| virtual void didStartWorkerRunLoop(
|
| const blink::WebWorkerRunLoop& runLoop) OVERRIDE;
|
| virtual void didStopWorkerRunLoop(
|
|
|