| Index: components/html_viewer/blink_platform_impl.h
|
| diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h
|
| index ffc0110db6b495e853c350bc026cc307d6a44eae..5b3bf338f76d6ad67a3b4372378349d7cb5096b4 100644
|
| --- a/components/html_viewer/blink_platform_impl.h
|
| +++ b/components/html_viewer/blink_platform_impl.h
|
| @@ -68,7 +68,9 @@ class BlinkPlatformImpl : public blink::Platform {
|
| virtual blink::WebThread* createThread(const char* name);
|
| virtual blink::WebThread* currentThread();
|
| virtual void yieldCurrentThread();
|
| - virtual blink::WebWaitableEvent* createWaitableEvent();
|
| + virtual blink::WebWaitableEvent* createWaitableEvent(
|
| + blink::WebWaitableEvent::ResetPolicy policy,
|
| + blink::WebWaitableEvent::InitialState state);
|
| virtual blink::WebWaitableEvent* waitMultipleEvents(
|
| const blink::WebVector<blink::WebWaitableEvent*>& events);
|
| virtual blink::WebScrollbarBehavior* scrollbarBehavior();
|
|
|