Commit 75b59e7d by Etienne Bergeron Committed by Commit Bot

Enable the use of chromium worker pool

This CL is a revert of: https://chromium-review.googlesource.com/c/chromium/src/+/2276245 The issue with CFI was fixed here: https://chromium-review.googlesource.com/c/chromium/src/+/2276245 Bug: chromium:1091259 Change-Id: I601112b106e63a96144191263ac6a867d77154d8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2277099 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 6fc53fdb
...@@ -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 = false angle_delegate_workers = build_with_chromium
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