mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 105.0.5176.0 (#1023155)
This commit is contained in:
@@ -72,13 +72,13 @@ bool CefThreadImpl::Create(const CefString& display_name,
|
||||
|
||||
switch (priority) {
|
||||
case TP_BACKGROUND:
|
||||
options.priority = base::ThreadPriority::BACKGROUND;
|
||||
options.thread_type = base::ThreadType::kBackground;
|
||||
break;
|
||||
case TP_DISPLAY:
|
||||
options.priority = base::ThreadPriority::DISPLAY;
|
||||
options.thread_type = base::ThreadType::kDisplayCritical;
|
||||
break;
|
||||
case TP_REALTIME_AUDIO:
|
||||
options.priority = base::ThreadPriority::REALTIME_AUDIO;
|
||||
options.thread_type = base::ThreadType::kRealtimeAudio;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user