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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h

Issue 2572893002: [Reland] Dont post delayed DoWork for disabled queues. (Closed)
Patch Set: Fix compile Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/platform/scheduler/base/real_time_domain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h b/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h
index 68835991525cc3b8e32e8031dab5c422b3c772c6..1457204c73f1f7e46893eda22dd7649283686be5 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/real_time_domain.h
@@ -29,7 +29,8 @@ class BLINK_PLATFORM_EXPORT RealTimeDomain : public TimeDomain {
protected:
void OnRegisterWithTaskQueueManager(
TaskQueueManager* task_queue_manager) override;
- void RequestWakeup(base::TimeTicks now, base::TimeDelta delay) override;
+ void RequestWakeupAt(base::TimeTicks now, base::TimeTicks run_time) override;
+ void CancelWakeupAt(base::TimeTicks run_time) override;
void AsValueIntoInternal(
base::trace_event::TracedValue* state) const override;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/scheduler/base/real_time_domain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698