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

Unified Diff: Source/platform/WebTaskRunner.cpp

Issue 1325073002: Introduce WebTaskRunner Patch 1/5 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s/defaultTaskRunner/taskRunner 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 | « no previous file | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/WebTaskRunner.cpp
diff --git a/Source/platform/exported/WebMemoryDumpProvider.cpp b/Source/platform/WebTaskRunner.cpp
similarity index 61%
copy from Source/platform/exported/WebMemoryDumpProvider.cpp
copy to Source/platform/WebTaskRunner.cpp
index 32a7a6cd2f1f71c68fc2c7ff99f4b4357332280a..882b359dd7ca58eabf5fc8cd8cd38eb8ff5c595d 100644
--- a/Source/platform/exported/WebMemoryDumpProvider.cpp
+++ b/Source/platform/WebTaskRunner.cpp
@@ -3,12 +3,12 @@
// found in the LICENSE file.
#include "config.h"
-#include "public/platform/WebMemoryDumpProvider.h"
+#include "public/platform/WebTaskRunner.h"
+
+#include "platform/Task.h"
namespace blink {
-WebMemoryDumpProvider::~WebMemoryDumpProvider()
-{
-}
+// TODO(alexclarke): dd helpers for posting bound functions as tasks.
dglazkov 2015/09/02 14:32:03 Missing an "A"? :)
alex clarke (OOO till 29th) 2015/09/02 15:46:49 Done.
} // namespace blink
« no previous file with comments | « no previous file | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698