| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 2093ae4015d19de6d7fca151f790958cfc46323c..8f9c7b16a81400c76363223efbc721d4b3ea0099 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -860,15 +860,6 @@ WebString BlinkPlatformImpl::queryLocalizedString(
|
| GetContentClient()->GetLocalizedString(message_id), values, NULL);
|
| }
|
|
|
| -double BlinkPlatformImpl::currentTimeSeconds() {
|
| - return base::Time::Now().ToDoubleT();
|
| -}
|
| -
|
| -double BlinkPlatformImpl::monotonicallyIncreasingTimeSeconds() {
|
| - return base::TimeTicks::Now().ToInternalValue() /
|
| - static_cast<double>(base::Time::kMicrosecondsPerSecond);
|
| -}
|
| -
|
| blink::WebThread* BlinkPlatformImpl::compositorThread() const {
|
| return compositor_thread_;
|
| }
|
|
|