blob: 605d4a72cf2e993500fa80ae45642497bf8827ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-ui_gl_gl_features_cc,v 1.10 2021/11/16 11:28:47 robert Exp $
Index: ui/gl/gl_features.cc
--- ui/gl/gl_features.cc.orig
+++ ui/gl/gl_features.cc
@@ -72,7 +72,7 @@ bool IsDeviceBlocked(const char* field, const std::str
const base::Feature kDefaultPassthroughCommandDecoder {
"DefaultPassthroughCommandDecoder",
#if defined(OS_WIN) || defined(OS_FUCHSIA) || \
- ((defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) && \
+ ((defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD)) && \
!defined(CHROMECAST_BUILD))
base::FEATURE_ENABLED_BY_DEFAULT
#else
|