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 933c580d48c93b659fa5ac79e551ceecaaa13f86..e799aa15ccdd655d0344ffabd08eebb2c3f117a2 100644 |
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
| @@ -98,6 +98,9 @@ enum class TaskType : unsigned { |
| // https://w3c.github.io/performance-timeline/#performance-timeline |
| PerformanceTimeline, |
| + // https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15 |
|
haraken
2017/01/31 02:24:35
// This task source is used for all tasks in the W
Kai Ninomiya
2017/01/31 02:28:44
Done.
|
| + WebGL, |
| + |
| // Use MiscPlatformAPI for a task that is defined in the spec but is not yet |
| // associated with any specific task runner in the spec. MiscPlatformAPI is |
| // not encouraged for stable and matured APIs. The spec should define the task |