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

Unified Diff: content/child/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
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;
« no previous file with comments | « components/scheduler/test/lazy_scheduler_message_loop_delegate_for_tests.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698