Commit b62f8dd1 by Eriko Kurimoto Committed by Commit Bot

Use ANGLE GL for Lacros Chrome

Currently, no ANGLE platform flag is enabled for Lacros Chrome. GL is selected as default by this change. Bug: chromium:1203176 Change-Id: I7f810c496dc1806c030e7292a319624d45c33fa1 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2851829Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 5d5e4bb9
......@@ -119,9 +119,10 @@ declare_args() {
angle_enable_d3d9 = is_win && !angle_is_winuwp
angle_enable_d3d11 = is_win
angle_enable_gl = (ozone_platform_gbm || (!is_linux && !is_chromeos) ||
(angle_use_x11 && !is_chromeos)) && !is_fuchsia &&
!angle_is_winuwp && !is_ggp && !is_win_arm64
angle_enable_gl =
(ozone_platform_gbm || is_chromeos_lacros ||
(!is_linux && !is_chromeos) || (angle_use_x11 && !is_chromeos)) &&
!is_fuchsia && !angle_is_winuwp && !is_ggp && !is_win_arm64
angle_enable_vulkan =
angle_has_build &&
......
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