mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Security: https://vuxml.freebsd.org/freebsd/2a3be628-ef6e-11ef-85f3-a8a1599412c6.html Security: https://vuxml.freebsd.org/freebsd/f572b9d1-ef6d-11ef-85f3-a8a1599412c6.html Security: https://vuxml.freebsd.org/freebsd/b09d0b3b-ef6d-11ef-85f3-a8a1599412c6.html
11 lines
454 B
C++
11 lines
454 B
C++
--- ui/gfx/linux/gbm_wrapper.cc.orig 2025-02-19 07:43:18 UTC
|
|
+++ ui/gfx/linux/gbm_wrapper.cc
|
|
@@ -318,7 +318,7 @@ class Device final : public ui::GbmDevice {
|
|
// of 1x1 BOs which are destroyed before creating the final BO creation used
|
|
// to instantiate the returned GbmBuffer.
|
|
gfx::Size size_for_verification =
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
gfx::Size(1, 1);
|
|
#else
|
|
requested_size;
|