| 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..8d0cb7c585801a67c3632c14ec72af6b4619647f 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);
|
| + virtual void didStopWorkerThread(
|
| + blink::WebThread* thread);
|
| virtual blink::WebCrypto* crypto() OVERRIDE;
|
|
|
| void SetFlingCurveParameters(const std::vector<float>& new_touchpad,
|
|
|