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

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

Issue 2798563003: [scheduler] Add TaskQueue::Observer (Closed)
Patch Set: add todo for test timings & wake_up -> wake-up in comments Created 3 years, 8 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: third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
diff --git a/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h b/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
index 9cdd5d872db8b8d15f4abdc5a502b851fadb6d4b..1002787c05ad03beb8649a6e0015557c24b80868 100644
--- a/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/renderer/auto_advancing_virtual_time_domain.h
@@ -28,8 +28,8 @@ class BLINK_PLATFORM_EXPORT AutoAdvancingVirtualTimeDomain
// TimeDomain implementation:
base::Optional<base::TimeDelta> DelayTillNextTask(LazyNow* lazy_now) override;
- void RequestWakeupAt(base::TimeTicks now, base::TimeTicks run_time) override;
- void CancelWakeupAt(base::TimeTicks run_time) override;
+ void RequestWakeUpAt(base::TimeTicks now, base::TimeTicks run_time) override;
+ void CancelWakeUpAt(base::TimeTicks run_time) override;
const char* GetName() const override;
// Controls whether or not virtual time is allowed to advance, when the

Powered by Google App Engine
This is Rietveld 408576698