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

Unified Diff: third_party/WebKit/public/platform/scheduler/child/webthread_base.h

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
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/scheduler/child/webthread_base.h
diff --git a/third_party/WebKit/public/platform/scheduler/child/webthread_base.h b/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
index 9715b7d6acf1c5614ddfe4fc19b64828bf5db791..e1d187e61370bd27d65110ce7bb3ec7255db0a8b 100644
--- a/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
+++ b/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
@@ -28,8 +28,6 @@ class BLINK_PLATFORM_EXPORT WebThreadBase : public WebThread {
virtual void postIdleTask(const WebTraceLocation& location,
IdleTask* idle_task);
- virtual void postIdleTaskAfterWakeup(const WebTraceLocation& location,
- IdleTask* idle_task);
void addTaskObserver(TaskObserver* observer) override;
void removeTaskObserver(TaskObserver* observer) override;
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698