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

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: Fix comment 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/WebMemoryAllocatorDump.cpp b/Source/platform/WebTaskRunner.cpp
similarity index 61%
copy from Source/platform/exported/WebMemoryAllocatorDump.cpp
copy to Source/platform/WebTaskRunner.cpp
index b28f540081b18e3a6ea6284cfe0165f15b24576b..a6b0a37edec8cc5cff8af7ac2ba5603184262023 100644
--- a/Source/platform/exported/WebMemoryAllocatorDump.cpp
+++ b/Source/platform/WebTaskRunner.cpp
@@ -3,12 +3,12 @@
// found in the LICENSE file.
#include "config.h"
-#include "public/platform/WebMemoryAllocatorDump.h"
+#include "public/platform/WebTaskRunner.h"
+
+#include "platform/Task.h"
namespace blink {
-WebMemoryAllocatorDump::~WebMemoryAllocatorDump()
-{
-}
+// TODO(alexclarke): Add helpers for posting bound functions as tasks.
} // 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