Chromium Code Reviews| Index: content/child/blink_platform_impl.h |
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
| index e9d3e186cc9b2b1a73bbd6cf9b4438d114c9b913..42761b8be6d16d288f17f4217b4ae100f0ae76a3 100644 |
| --- a/content/child/blink_platform_impl.h |
| +++ b/content/child/blink_platform_impl.h |
| @@ -148,6 +148,10 @@ class CONTENT_EXPORT BlinkPlatformImpl |
| const blink::WebWorkerRunLoop& runLoop) OVERRIDE; |
| virtual void didStopWorkerRunLoop( |
| const blink::WebWorkerRunLoop& runLoop) OVERRIDE; |
| + virtual void didStartWorkerThread( |
| + blink::WebThread* thread) OVERRIDE; |
|
jochen (gone - plz use gerrit)
2014/07/17 09:48:03
nit. don't use OVERRIDE on blink API implementatio
nasko
2014/07/17 10:49:32
Done.
|
| + virtual void didStopWorkerThread( |
| + blink::WebThread* thread) OVERRIDE; |
| virtual blink::WebCrypto* crypto() OVERRIDE; |
| void SetFlingCurveParameters(const std::vector<float>& new_touchpad, |