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

Unified Diff: content/test/fake_renderer_scheduler.cc

Issue 1652083002: Prepare for per-webview virtual time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 11 months 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 | « content/test/fake_renderer_scheduler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/fake_renderer_scheduler.cc
diff --git a/content/test/fake_renderer_scheduler.cc b/content/test/fake_renderer_scheduler.cc
index e1e490337918431fc4a19682450550bc90abe8c3..8fc9dee048b184d397fe379a0716229818805490 100644
--- a/content/test/fake_renderer_scheduler.cc
+++ b/content/test/fake_renderer_scheduler.cc
@@ -125,11 +125,12 @@ void FakeRendererScheduler::ResumeTimerQueue() {
void FakeRendererScheduler::SetTimerQueueSuspensionWhenBackgroundedEnabled(
bool enabled) {}
-double FakeRendererScheduler::CurrentTimeSeconds() const {
+double FakeRendererScheduler::VirtualTimeSeconds() const {
return 0.0;
}
-double FakeRendererScheduler::MonotonicallyIncreasingTimeSeconds() const {
+double FakeRendererScheduler::
+ MonotonicallyIncreasingVirtualTimeSeconds() const {
return 0.0;
}
« no previous file with comments | « content/test/fake_renderer_scheduler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698