Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| index 1c217c873d4b935568220a6db1c3927c8789be3d..c0001e6a8338d55bc1608616b3348de24dbc99f1 100644 |
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| @@ -37,6 +37,7 @@ enum class TaskType : unsigned { |
| DatabaseAccess, |
| Presentation, |
| Sensor, |
| + MiscPlatformAPI, |
|
haraken
2017/01/05 04:32:45
Add a comment like:
// Use MiscPlatformAPI for a
tzik
2017/01/05 05:20:28
Done.
|
| // Other internal tasks that cannot fit any of the above task runners |
| // can be posted here, but the usage is not encouraged. The task runner |