| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 9445ea662f59253cfb5c5d0d0b709123e49b032b..a21c7fd4311b1cce5b368145325ac1d86dc7446a 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -31,10 +31,6 @@ namespace base {
|
| class MessageLoop;
|
| }
|
|
|
| -namespace blink {
|
| -class WebWorkerRunLoop;
|
| -}
|
| -
|
| namespace content {
|
| class FlingCurveConfiguration;
|
| class NotificationDispatcher;
|
| @@ -153,10 +149,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebGestureDevice device_source,
|
| const blink::WebFloatPoint& velocity,
|
| const blink::WebSize& cumulative_scroll);
|
| - virtual void didStartWorkerRunLoop(
|
| - const blink::WebWorkerRunLoop& runLoop);
|
| - virtual void didStopWorkerRunLoop(
|
| - const blink::WebWorkerRunLoop& runLoop);
|
| virtual void didStartWorkerRunLoop();
|
| virtual void didStopWorkerRunLoop();
|
| virtual blink::WebCrypto* crypto();
|
|
|