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

Unified Diff: components/scheduler/child/scheduler_helper.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: Created 5 years, 2 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
Index: components/scheduler/child/scheduler_helper.h
diff --git a/components/scheduler/child/scheduler_helper.h b/components/scheduler/child/scheduler_helper.h
index a0b8be266454d678f3fe3733960d62a55417d132..a1e7df9cb0c79b73f1554533c6d2860fd678a817 100644
--- a/components/scheduler/child/scheduler_helper.h
+++ b/components/scheduler/child/scheduler_helper.h
@@ -83,7 +83,7 @@ class SCHEDULER_EXPORT SchedulerHelper : public TaskQueueManager::Observer {
void SetObserver(Observer* observer);
// Accessor methods.
- base::TickClock* tick_clock() const;
+ TaskQueueManagerDelegate* task_queue_manager_delegate() const;
base::TimeTicks NextPendingDelayedTaskRunTime() const;
bool GetAndClearSystemIsQuiescentBit();

Powered by Google App Engine
This is Rietveld 408576698