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 8f0c2824a6f90f28851739646ae358ad0b531880..33955384be303c9b4963a52992f38becff85ad7a 100644 |
--- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
+++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h |
@@ -36,6 +36,7 @@ enum class TaskType : unsigned { |
FileReading, |
DatabaseAccess, |
Presentation, |
+ Sensor, |
// 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 |