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 ffd59c38eaf5bc31f6a78ed477dcffb7f95686d7..d30996c2e894e3795d7afa7ae311b1e8ceedf48d 100644 |
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| @@ -33,6 +33,7 @@ enum class TaskType : unsigned { |
| WebSocket, |
| PostedMessage, |
| UnshippedPortMessage, |
| + Media, |
|
haraken
2016/12/07 00:19:26
Is this speced somewhere?
altimin
2016/12/07 12:10:56
Acknowledged.
|
| // 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 |