Commit 3fcca958 authored by Lachlan Ford's avatar Lachlan Ford Committed by Commit Bot

Enable OpenXR by default

Enables OpenXR as a default VR backend.

Change-Id: I620c01a7a674c32874a83d2551f4b1c94663b746
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001581Reviewed-by: default avatarAlexander Cooper <alcooper@chromium.org>
Commit-Queue: Lachlan Ford <laford@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#736195}
parent d532c3d0
......@@ -385,7 +385,7 @@ const base::Feature kWindowsMixedReality{"WindowsMixedReality",
#if BUILDFLAG(ENABLE_OPENXR)
// Controls OpenXR support.
const base::Feature kOpenXR{"OpenXR", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kOpenXR{"OpenXR", base::FEATURE_ENABLED_BY_DEFAULT};
#endif // ENABLE_OPENXR
#endif // BUILDFLAG(ENABLE_VR)
......
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