Chromium Code Reviews| 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 |