WebCore::WorkerAnimationController controls requestAnimationCallback timing for Web Worker, and is currently implemented in WebCore, using a Timer. The WebKit layer should be able to override this, with platform specific behaviour, including Display Link callbacks on Mac/iOS.
Pull request: https://github.com/WebKit/WebKit/pull/14153
<rdar://problem/109936441>