diff options
Diffstat (limited to 'devel/electron33/files/patch-ui_compositor_compositor__observer.h')
-rw-r--r-- | devel/electron33/files/patch-ui_compositor_compositor__observer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-ui_compositor_compositor__observer.h b/devel/electron33/files/patch-ui_compositor_compositor__observer.h deleted file mode 100644 index 9ddcea2f2d0a..000000000000 --- a/devel/electron33/files/patch-ui_compositor_compositor__observer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/compositor/compositor_observer.h.orig 2024-06-18 21:44:02 UTC -+++ ui/compositor/compositor_observer.h -@@ -52,7 +52,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) {} |