mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 127.0.6533.0 (#1313161)
This commit is contained in:
15
patch/patches/base_thread_pool_5548577.patch
Normal file
15
patch/patches/base_thread_pool_5548577.patch
Normal file
@ -0,0 +1,15 @@
|
||||
diff --git base/task/thread_pool/thread_pool_impl.cc base/task/thread_pool/thread_pool_impl.cc
|
||||
index 4ac5cea5f6c08..559593f1564c9 100644
|
||||
--- base/task/thread_pool/thread_pool_impl.cc
|
||||
+++ base/task/thread_pool/thread_pool_impl.cc
|
||||
@@ -105,6 +105,10 @@ ThreadPoolImpl::ThreadPoolImpl(std::string_view histogram_label,
|
||||
: kForegroundPoolEnvironmentParams.thread_type_hint,
|
||||
task_tracker_->GetTrackedRef(), tracked_ref_factory_.GetTrackedRef());
|
||||
}
|
||||
+
|
||||
+ // After https://crrev.com/e2e090c363 the ThreadPool is being created earlier
|
||||
+ // during initialization. Detach now so we can rebind later on the UI thread.
|
||||
+ DETACH_FROM_SEQUENCE(sequence_checker_);
|
||||
}
|
||||
|
||||
ThreadPoolImpl::~ThreadPoolImpl() {
|
Reference in New Issue
Block a user