blob: a8fddc7ffa10429d99a89e34723a9f8e2591e4be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-03-24 20:50:14 UTC
+++ gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -2862,7 +2862,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.";
|