blob: 3ef1c1256d0bd137b00fbeb15255dfd224b67575 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/viz/service/gl/gpu_service_impl.h.orig 2025-06-30 07:04:30 UTC
+++ components/viz/service/gl/gpu_service_impl.h
@@ -487,7 +487,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl
void OnBeginFrameOnIO(const BeginFrameArgs& args);
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
bool IsGMBNV12Supported();
#endif
|