diff options
Diffstat (limited to 'chromium/ui/gl/gl_features.cc')
-rw-r--r-- | chromium/ui/gl/gl_features.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/gl/gl_features.cc b/chromium/ui/gl/gl_features.cc index a3fcbf5f6dc..b59542f01d1 100644 --- a/chromium/ui/gl/gl_features.cc +++ b/chromium/ui/gl/gl_features.cc @@ -13,7 +13,7 @@ namespace features { // Launched on Windows, still experimental on other platforms. const base::Feature kDefaultPassthroughCommandDecoder{ "DefaultPassthroughCommandDecoder", -#if defined(OS_WIN) +#if defined(OS_WIN) || (defined(OS_LINUX) && !defined(CHROMECAST_BUILD)) base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT |