aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc
blob: 65c922b4bd63335e86f162b17fcc051f35662f56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig	2023-11-29 21:40:03 UTC
+++ gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -2999,7 +2999,7 @@ GLES2Decoder* GLES2Decoder::Create(
   }
 
 // Allow linux to run fuzzers.
-#if BUILDFLAG(ENABLE_VALIDATING_COMMAND_DECODER) || BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(ENABLE_VALIDATING_COMMAND_DECODER) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
   return new GLES2DecoderImpl(client, command_buffer_service, outputter, group);
 #else
   LOG(FATAL) << "Validating command decoder is not supported.";