| Index: components/html_viewer/blink_platform_impl.h
|
| diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h
|
| index aa180bcd2007a31e4ba611455e91f727102d4454..267674a4fcb3bc0b8e8191fd1030d6223740f1ea 100644
|
| --- a/components/html_viewer/blink_platform_impl.h
|
| +++ b/components/html_viewer/blink_platform_impl.h
|
| @@ -49,8 +49,8 @@ class BlinkPlatformImpl : public blink::Platform {
|
| virtual blink::WebThemeEngine* themeEngine();
|
| virtual blink::WebString defaultLocale();
|
| virtual blink::WebBlobRegistry* blobRegistry();
|
| - virtual double currentTime();
|
| - virtual double monotonicallyIncreasingTime();
|
| + virtual double currentTimeSeconds();
|
| + virtual double monotonicallyIncreasingTimeSeconds();
|
| virtual void cryptographicallyRandomValues(unsigned char* buffer,
|
| size_t length);
|
| virtual bool isThreadedCompositingEnabled();
|
|
|