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