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

Unified Diff: Source/bindings/core/v8/ScriptStreamerThread.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/bindings/core/v8/ScriptStreamer.cpp ('k') | Source/bindings/core/v8/ScriptStreamerThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptStreamerThread.h
diff --git a/Source/bindings/core/v8/ScriptStreamerThread.h b/Source/bindings/core/v8/ScriptStreamerThread.h
index 671a9a1ec4e286d24e3c77b8b64a5cefe76bffee..b1a2fc057b1ff10cfe1c83b1a095e3657aa6ea72 100644
--- a/Source/bindings/core/v8/ScriptStreamerThread.h
+++ b/Source/bindings/core/v8/ScriptStreamerThread.h
@@ -7,6 +7,7 @@
#include "core/CoreExport.h"
#include "platform/TaskSynchronizer.h"
+#include "public/platform/WebTaskRunner.h"
#include "public/platform/WebThread.h"
#include "wtf/OwnPtr.h"
@@ -25,7 +26,7 @@ public:
static void shutdown();
static ScriptStreamerThread* shared();
- void postTask(WebThread::Task*);
+ void postTask(WebTaskRunner::Task*);
bool isRunningTask() const
{
« no previous file with comments | « Source/bindings/core/v8/ScriptStreamer.cpp ('k') | Source/bindings/core/v8/ScriptStreamerThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698