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

Unified Diff: third_party/WebKit/Source/platform/TimerTest.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: Rebased 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/TimerTest.cpp
diff --git a/third_party/WebKit/Source/platform/TimerTest.cpp b/third_party/WebKit/Source/platform/TimerTest.cpp
index 91c20089b21ffc08dfa7ac90a9ef0927c8c61b1d..9258e3801d1b54f461be8cb86d7710131d77f71e 100644
--- a/third_party/WebKit/Source/platform/TimerTest.cpp
+++ b/third_party/WebKit/Source/platform/TimerTest.cpp
@@ -127,10 +127,6 @@ public:
{
}
- void postIdleTaskAfterWakeup(const WebTraceLocation&, WebThread::IdleTask*) override
- {
- }
-
WebTaskRunner* timerTaskRunner() override
{
return &m_timerWebTaskRunner;

Powered by Google App Engine
This is Rietveld 408576698