summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/public/platform/web_thread_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/public/platform/web_thread_type.h')
-rw-r--r--chromium/third_party/blink/public/platform/web_thread_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/public/platform/web_thread_type.h b/chromium/third_party/blink/public/platform/web_thread_type.h
index 8439853f8e6..7f0cf644af2 100644
--- a/chromium/third_party/blink/public/platform/web_thread_type.h
+++ b/chromium/third_party/blink/public/platform/web_thread_type.h
@@ -15,7 +15,7 @@ enum class WebThreadType {
kCompositorThread = 2,
kDedicatedWorkerThread = 3,
kSharedWorkerThread = 4,
- kAnimationWorkletThread = 5,
+ kAnimationAndPaintWorkletThread = 5,
kServiceWorkerThread = 6,
kAudioWorkletThread = 7,
kFileThread = 8,