Commit 2761f01d by Etienne Bergeron Committed by Commit Bot

Disable the use of chromium worker threads

The use of worker thread is chromium is triggering CFI error. This CL disables the use of chromium worker pool to avoid blocking the roll-deps: https://chromium.googlesource.com/angle/ angle.git/+log/1be395fe..a935c65a The intend is to avoid the effects of the fix from that CL: https://chromium-review.googlesource.com/c/angle/angle/+/2262573 Instead of reverting the CL (with is an obvious mistake) we disable the feature. Bug: chromium:1091259 Change-Id: I4e473ec42be2a82e47e2e4c882f75ba33bcd9476 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2275730Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org>
parent 1ae8d2dd
...@@ -95,7 +95,7 @@ declare_args() { ...@@ -95,7 +95,7 @@ declare_args() {
# Activating the delegate worker results in posting the tasks using the # Activating the delegate worker results in posting the tasks using the
# embedder API. In Chromium code base, it results in sending tasks to the # embedder API. In Chromium code base, it results in sending tasks to the
# worker thread pool. # worker thread pool.
angle_delegate_workers = build_with_chromium angle_delegate_workers = false
angle_enable_d3d9 = is_win && !angle_is_winuwp angle_enable_d3d9 = is_win && !angle_is_winuwp
angle_enable_d3d11 = is_win angle_enable_d3d11 = is_win
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment