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

Unified Diff: third_party/WebKit/Source/platform/WebScheduler.cpp

Issue 2276353002: Remove after wakeup logic and replace PumpTask with Fences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight simplification 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/WebScheduler.cpp
diff --git a/third_party/WebKit/Source/platform/WebScheduler.cpp b/third_party/WebKit/Source/platform/WebScheduler.cpp
index 7cb3420f4d21e5512e13bb2bcd7732713b9bfdd3..515095aac21e0031a4be1a080ba1d31f7c05320f 100644
--- a/third_party/WebKit/Source/platform/WebScheduler.cpp
+++ b/third_party/WebKit/Source/platform/WebScheduler.cpp
@@ -48,9 +48,4 @@ void WebScheduler::postNonNestableIdleTask(const WebTraceLocation& location, std
postNonNestableIdleTask(location, new IdleTaskRunner(std::move(idleTask)));
}
-void WebScheduler::postIdleTaskAfterWakeup(const WebTraceLocation& location, std::unique_ptr<IdleTask> idleTask)
-{
- postIdleTaskAfterWakeup(location, new IdleTaskRunner(std::move(idleTask)));
-}
-
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/scheduler/base/task_queue_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698