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

Unified Diff: third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h

Issue 2583333002: Revert of Dont post delayed DoWork for disabled queues. (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h
index a3e754b492a66866f17c85c32a2f06d15ca0fdd3..c9d73fabe40f2569748f674c03dd49fe9710bd33 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/throttled_time_domain.h
@@ -21,8 +21,7 @@
// TimeDomain implementation:
const char* GetName() const override;
- void RequestWakeupAt(LazyNow* lazy_now, base::TimeTicks run_time) override;
- void CancelWakeupAt(base::TimeTicks run_time) override;
+ void RequestWakeup(base::TimeTicks now, base::TimeDelta delay) override;
base::Optional<base::TimeDelta> DelayTillNextTask(LazyNow* lazy_now) override;
using TimeDomain::WakeupReadyDelayedQueues;

Powered by Google App Engine
This is Rietveld 408576698