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

Unified Diff: Source/core/dom/Microtask.h

Issue 1303153005: Introduce WebTaskRunner Patch 3/5 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing #include Created 5 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 | « Source/core/dom/MainThreadTaskRunner.cpp ('k') | Source/core/dom/Microtask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Microtask.h
diff --git a/Source/core/dom/Microtask.h b/Source/core/dom/Microtask.h
index 97f077117aaac848048c337cb43f4046cd474626..fd8a4e39265026e6b44ab5c0a350e4a44a4e5e4a 100644
--- a/Source/core/dom/Microtask.h
+++ b/Source/core/dom/Microtask.h
@@ -33,7 +33,7 @@
#include "bindings/core/v8/ScriptState.h"
#include "core/CoreExport.h"
-#include "public/platform/WebThread.h"
+#include "public/platform/WebTaskRunner.h"
#include "wtf/Allocator.h"
#include "wtf/Functional.h"
#include "wtf/PassOwnPtr.h"
@@ -50,7 +50,7 @@ public:
// TODO(jochen): Make all microtasks pass in the ScriptState they want to be
// executed in. Until then, all microtasks have to keep track of their
// ScriptState themselves.
- static void enqueueMicrotask(PassOwnPtr<WebThread::Task>);
+ static void enqueueMicrotask(PassOwnPtr<WebTaskRunner::Task>);
static void enqueueMicrotask(PassOwnPtr<Closure>);
};
« no previous file with comments | « Source/core/dom/MainThreadTaskRunner.cpp ('k') | Source/core/dom/Microtask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698