Commit 8b4654b1 authored by Saman Sami's avatar Saman Sami Committed by Commit Bot

Ozone/DRM: Enable OzoneDrmMojo feature by default

This feature is on at 50% of stable with no known issues.

TBR=sadrul@chromium.org

Bug: 620927
Change-Id: I1d2ef64003a56714f648662f1571c8d99fe7a44f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055184
Commit-Queue: Saman Sami <samans@chromium.org>
Reviewed-by: default avatarRobert Kroeger <rjkroege@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742700}
parent 1181e430
...@@ -157,7 +157,7 @@ bool IsAutomaticUiAdjustmentsForTouchEnabled() { ...@@ -157,7 +157,7 @@ bool IsAutomaticUiAdjustmentsForTouchEnabled() {
} }
const base::Feature kEnableOzoneDrmMojo = {"OzoneDrmMojo", const base::Feature kEnableOzoneDrmMojo = {"OzoneDrmMojo",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
bool IsOzoneDrmMojo() { bool IsOzoneDrmMojo() {
return base::FeatureList::IsEnabled(kEnableOzoneDrmMojo); return base::FeatureList::IsEnabled(kEnableOzoneDrmMojo);
......
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