| Index: content/child/blink_platform_impl.cc
|
| diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
|
| index 4250879d1b58f9c671fa8e6982f457fbd981863c..1bbd5d2553b6445febd2e7e253f72a4d7c2f0e18 100644
|
| --- a/content/child/blink_platform_impl.cc
|
| +++ b/content/child/blink_platform_impl.cc
|
| @@ -902,15 +902,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_;
|
| }
|
|
|