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

Unified Diff: components/scheduler/child/virtual_time_tqm_delegate.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: components/scheduler/child/virtual_time_tqm_delegate.h
diff --git a/components/scheduler/child/virtual_time_tqm_delegate.h b/components/scheduler/child/virtual_time_tqm_delegate.h
index ba0302af16d298ed6a82b3f38fabdf2cf5fb5c95..8a0aae2bf3536beb8fcadb3c803dc22fba0ef693 100644
--- a/components/scheduler/child/virtual_time_tqm_delegate.h
+++ b/components/scheduler/child/virtual_time_tqm_delegate.h
@@ -36,6 +36,7 @@ class SCHEDULER_EXPORT VirtualTimeTqmDelegate : public SchedulerTqmDelegate {
bool IsNested() const override;
base::TimeTicks NowTicks() override;
void OnNoMoreImmediateWork() override;
+ double CurrentTimeSeconds() const override;
protected:
~VirtualTimeTqmDelegate() override;
« no previous file with comments | « components/scheduler/child/scheduler_tqm_delegate_impl.cc ('k') | components/scheduler/child/virtual_time_tqm_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698