| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 6e7f834a3c68e18b54e78386bea74ac668d281b5..6aab04badc5a5338f15f31c96e95ff352e475fcd 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -165,8 +165,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| const blink::WebString& value1,
|
| const blink::WebString& value2) override;
|
| void suddenTerminationChanged(bool enabled) override {}
|
| - double currentTime() override;
|
| - double monotonicallyIncreasingTime() override;
|
| + double currentTimeSeconds() override;
|
| + double monotonicallyIncreasingTimeSeconds() override;
|
| double systemTraceTime() override;
|
| void cryptographicallyRandomValues(unsigned char* buffer,
|
| size_t length) override;
|
|
|