| Index: webkit/glue/webkitplatformsupport_impl.h
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
|
| index 75f8baa0e1ae540d49ac0a64175e2fd2177de5d5..02a7266933f3b10a801aeea3cc8b412ec154cd9f 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.h
|
| +++ b/webkit/glue/webkitplatformsupport_impl.h
|
| @@ -124,6 +124,11 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
|
| void SuspendSharedTimer();
|
| void ResumeSharedTimer();
|
|
|
| + virtual void didStartWorkerRunLoop(
|
| + const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
|
| + virtual void didStopWorkerRunLoop(
|
| + const WebKit::WebWorkerRunLoop& runLoop) OVERRIDE;
|
| +
|
| private:
|
| void DoTimeout() {
|
| if (shared_timer_func_ && !shared_timer_suspended_)
|
|
|