Index: mojo/services/html_viewer/blink_platform_impl.h |
diff --git a/mojo/services/html_viewer/blink_platform_impl.h b/mojo/services/html_viewer/blink_platform_impl.h |
index 522f98da451332c68cd9a55ff085a510803de55b..9abd3363d3cc6eda39bab360d19e9963de1d337d 100644 |
--- a/mojo/services/html_viewer/blink_platform_impl.h |
+++ b/mojo/services/html_viewer/blink_platform_impl.h |
@@ -51,6 +51,7 @@ class BlinkPlatformImpl : public blink::Platform { |
virtual blink::WebURLError cancelledError(const blink::WebURL& url) const; |
virtual blink::WebThread* createThread(const char* name); |
virtual blink::WebThread* currentThread(); |
+ virtual void yieldCurrentThread(); |
virtual blink::WebWaitableEvent* createWaitableEvent(); |
virtual blink::WebWaitableEvent* waitMultipleEvents( |
const blink::WebVector<blink::WebWaitableEvent*>& events); |