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

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

Issue 2359493002: Prevent redundant DoWorks due to canceled delayed tasks (v2) (Closed)
Patch Set: Changes for Alexander Created 4 years, 3 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/base/virtual_time_domain.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h b/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h
index d924186fbdf09277b1d96a4584b75c4347efd5b4..715948d55ce5d69396b84b34284e5411b16c67b3 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/virtual_time_domain.h
@@ -29,8 +29,6 @@ class BLINK_PLATFORM_EXPORT VirtualTimeDomain : public TimeDomain {
// call TaskQueueManager::MaybeScheduleImmediateWork if needed.
void AdvanceTo(base::TimeTicks now);
- using TimeDomain::ClearExpiredWakeups;
-
protected:
void OnRegisterWithTaskQueueManager(
TaskQueueManager* task_queue_manager) override;

Powered by Google App Engine
This is Rietveld 408576698