| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index b1b6e21367b85df889e5a397325593f51450cedf..5981ede8dd74331fc2c54799c6b06285e345a730 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -162,6 +162,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebGestureDevice device_source,
|
| const blink::WebFloatPoint& velocity,
|
| const blink::WebSize& cumulative_scroll);
|
| +
|
| virtual void didStartWorkerRunLoop();
|
| virtual void didStopWorkerRunLoop();
|
| virtual blink::WebCrypto* crypto();
|
|
|