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

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: Make TestLongIdlePeriodTimeline test quiescence again! Created 4 years, 4 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

Powered by Google App Engine
This is Rietveld 408576698