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 33955384be303c9b4963a52992f38becff85ad7a..1c217c873d4b935568220a6db1c3927c8789be3d 100644 |
--- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
+++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
@@ -41,7 +41,11 @@ enum class TaskType : unsigned { |
// 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 |
// may be throttled. |
- Internal, |
+ // |
+ // UnspecedLoading type should be used for all tasks associated with |
+ // loading page content, UnspecedTimer should be used for all other purposes. |
+ UnspecedTimer, |
+ UnspecedLoading, |
// Tasks that must not be throttled should be posted here, but the usage |
// should be very limited. |