diff options
Diffstat (limited to 'devel/electron35/files/patch-ui_compositor_compositor__observer.h')
| -rw-r--r-- | devel/electron35/files/patch-ui_compositor_compositor__observer.h | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-ui_compositor_compositor__observer.h b/devel/electron35/files/patch-ui_compositor_compositor__observer.h deleted file mode 100644 index 16c5436c81ee..000000000000 --- a/devel/electron35/files/patch-ui_compositor_compositor__observer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/compositor/compositor_observer.h.orig	2025-03-24 20:50:14 UTC -+++ ui/compositor/compositor_observer.h -@@ -56,7 +56,7 @@ class COMPOSITOR_EXPORT CompositorObserver { -   // Called when a child of the compositor is resizing. -   virtual void OnCompositingChildResizing(Compositor* compositor) {} -  --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11) -   // Called when a swap with new size is completed. -   virtual void OnCompositingCompleteSwapWithNewSize(ui::Compositor* compositor, -                                                     const gfx::Size& size) {}  | 
