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..1e83d3b8cb5908a7a1dca655d245cbbe3b70eac4 100644 |
--- a/webkit/child/webkitplatformsupport_child_impl.h |
+++ b/webkit/child/webkitplatformsupport_child_impl.h |
@@ -46,6 +46,10 @@ class WEBKIT_CHILD_EXPORT WebKitPlatformSupportChildImpl : |
virtual blink::WebThread* createThread(const char* name); |
virtual blink::WebThread* currentThread(); |
+ virtual blink::WebWaitableEvent* createWaitableEvent(); |
+ virtual blink::WebWaitableEvent* waitMultipleEvents( |
+ const blink::WebVector<blink::WebWaitableEvent*>& events); |
+ |
virtual void didStartWorkerRunLoop( |
const blink::WebWorkerRunLoop& runLoop) OVERRIDE; |
virtual void didStopWorkerRunLoop( |