Reland "Enable OverrideDefaultOzonePlatformHintToAuto feature"
This is a reland of commit 15cf03d1d22ad6361bdc1f857edfdefeb6353a41
Original change's description:
> Enable OverrideDefaultOzonePlatformHintToAuto feature
>
> This is required for cl/784605417 which fully launches the experiment.
>
> Change-Id: If722ab1b2a8f6b1004b4baf22834f8f026e8eb5c
> Bug: 40083534
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6771245
> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
> Reviewed-by: Kramer Ge <fangzhoug@chromium.org>
> Reviewed-by: Nico Weber <thakis@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1489138}
Bug: 40083534
Change-Id: I54a0afa21cee1c3135f0e7dff69ba34183614803
Cq-Include-Trybots: luci.chromium.try:linux-wayland-mutter-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6775426
Auto-Submit: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1491678}
diff --git a/ui/base/ui_base_features.cc b/ui/base/ui_base_features.cc
index ee5b65bc..06e6805 100644
--- a/ui/base/ui_base_features.cc
+++ b/ui/base/ui_base_features.cc
@@ -143,7 +143,7 @@
COMPONENT_EXPORT(UI_BASE_FEATURES)
BASE_FEATURE(kOverrideDefaultOzonePlatformHintToAuto,
"OverrideDefaultOzonePlatformHintToAuto",
- base::FEATURE_DISABLED_BY_DEFAULT);
+ base::FEATURE_ENABLED_BY_DEFAULT);
#endif // BUILDFLAG(IS_LINUX)
// When enabled, the feature will query the OS for a default cursor size,