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

Unified Diff: Source/platform/scheduler/SchedulerTest.cpp

Issue 1029803002: Move IdleTask to WebThread side 3/3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « no previous file | public/platform/WebScheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scheduler/SchedulerTest.cpp
diff --git a/Source/platform/scheduler/SchedulerTest.cpp b/Source/platform/scheduler/SchedulerTest.cpp
index fbe7b9b8b66121ffc68281cc367cbc42c31ce707..61ac5757f737e33a47c96962ae04a84a303cb34a 100644
--- a/Source/platform/scheduler/SchedulerTest.cpp
+++ b/Source/platform/scheduler/SchedulerTest.cpp
@@ -43,7 +43,7 @@ public:
return m_shouldYieldForHighPriorityWork;
}
- void postIdleTask(const WebTraceLocation&, IdleTask* task) override
+ void postIdleTask(const WebTraceLocation&, blink::WebThread::IdleTask* task) override
{
m_latestIdleTask = adoptPtr(task);
}
« no previous file with comments | « no previous file | public/platform/WebScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698