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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

Issue 2780233002: Revert of [scheduler] Split suspendable tq from unthrottled tq. (Closed)
Patch Set: Created 3 years, 9 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/core/loader/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index fb85a1932fa052ffb2ba5a0492ed51daff8f4964..0a7bb3fc802df4bde36fc93b9cdda3d59510a34f 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -76,7 +76,6 @@
RefPtr<WebTaskRunner> loadingTaskRunner() override;
RefPtr<WebTaskRunner> timerTaskRunner() override;
RefPtr<WebTaskRunner> unthrottledTaskRunner() override;
- RefPtr<WebTaskRunner> suspendableTaskRunner() override;
};
RefPtr<WebTaskRunner> EmptyFrameScheduler::loadingTaskRunner() {
@@ -88,10 +87,6 @@
}
RefPtr<WebTaskRunner> EmptyFrameScheduler::unthrottledTaskRunner() {
- return Platform::current()->mainThread()->getWebTaskRunner();
-}
-
-RefPtr<WebTaskRunner> EmptyFrameScheduler::suspendableTaskRunner() {
return Platform::current()->mainThread()->getWebTaskRunner();
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp ('k') | third_party/WebKit/Source/platform/WebFrameScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698