diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc')
-rw-r--r-- | www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc b/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc index 36f7a3850591..c41e9eb53ed5 100644 --- a/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc +++ b/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc @@ -1,8 +1,8 @@ ---- media/gpu/test/video_frame_helpers.cc.orig 2025-04-15 08:30:07 UTC +--- media/gpu/test/video_frame_helpers.cc.orig 2025-09-10 13:22:16 UTC +++ media/gpu/test/video_frame_helpers.cc @@ -23,7 +23,7 @@ #include "ui/gfx/buffer_format_util.h" - #include "ui/gfx/gpu_memory_buffer.h" + #include "ui/gfx/gpu_memory_buffer_handle.h" -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) |