Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: components/html_viewer/blink_platform_impl.h

Issue 1411843008: Make blink platform time consistent with the timer virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CachingCorrectnessTest Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | components/html_viewer/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698