mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 78.0.3904.0 (#693954)
This commit is contained in:
@@ -86,10 +86,10 @@ bool CefThreadImpl::Create(const CefString& display_name,
|
||||
|
||||
switch (message_loop_type) {
|
||||
case ML_TYPE_UI:
|
||||
options.message_loop_type = base::MessageLoop::TYPE_UI;
|
||||
options.message_pump_type = base::MessagePumpType::UI;
|
||||
break;
|
||||
case ML_TYPE_IO:
|
||||
options.message_loop_type = base::MessageLoop::TYPE_IO;
|
||||
options.message_pump_type = base::MessagePumpType::IO;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
@@ -100,7 +100,7 @@ bool CefThreadImpl::Create(const CefString& display_name,
|
||||
#if defined(OS_WIN)
|
||||
if (com_init_mode != COM_INIT_MODE_NONE) {
|
||||
if (com_init_mode == COM_INIT_MODE_STA)
|
||||
options.message_loop_type = base::MessageLoop::TYPE_UI;
|
||||
options.message_pump_type = base::MessagePumpType::UI;
|
||||
thread_->init_com_with_mta(com_init_mode == COM_INIT_MODE_MTA);
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user