aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-ui_gfx_linux_gbm__wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-ui_gfx_linux_gbm__wrapper.cc')
-rw-r--r--devel/electron33/files/patch-ui_gfx_linux_gbm__wrapper.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_gfx_linux_gbm__wrapper.cc b/devel/electron33/files/patch-ui_gfx_linux_gbm__wrapper.cc
deleted file mode 100644
index 63dd658f44fe..000000000000
--- a/devel/electron33/files/patch-ui_gfx_linux_gbm__wrapper.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/gfx/linux/gbm_wrapper.cc.orig 2024-10-16 21:32:39 UTC
-+++ ui/gfx/linux/gbm_wrapper.cc
-@@ -319,7 +319,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;