| Index: content/renderer/renderer_blink_platform_impl.cc
|
| diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
| index 37caab416861321639d13eab0decee49e9647bec..79e6f5bdb7b159f37a9ffa859b5f195d36b5bd03 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.cc
|
| +++ b/content/renderer/renderer_blink_platform_impl.cc
|
| @@ -287,13 +287,11 @@ void RendererBlinkPlatformImpl::Shutdown() {
|
|
|
| //------------------------------------------------------------------------------
|
|
|
| -double RendererBlinkPlatformImpl::currentTimeSeconds() {
|
| - // TODO(alexclarke): Change the way this is plumbed through to blink.
|
| +double RendererBlinkPlatformImpl::virtualTimeSeconds() {
|
| return renderer_scheduler_->VirtualTimeSeconds();
|
| }
|
|
|
| -double RendererBlinkPlatformImpl::monotonicallyIncreasingTimeSeconds() {
|
| - // TODO(alexclarke): Change the way this is plumbed through to blink.
|
| +double RendererBlinkPlatformImpl::monotonicallyIncreasingVirtualTimeSeconds() {
|
| return renderer_scheduler_->MonotonicallyIncreasingVirtualTimeSeconds();
|
| }
|
|
|
|
|