Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: webkit/child/webkitplatformsupport_child_impl.h

Issue 133493003: Implement Platform::createWaitableEvent() (chromium side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « no previous file | webkit/child/webkitplatformsupport_child_impl.cc » ('j') | webkit/child/webkitplatformsupport_child_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698