$NetBSD: patch-ui_aura_client_drag__drop__client.h,v 1.7 2025/09/12 16:02:37 kikadf Exp $ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- ui/aura/client/drag_drop_client.h.orig 2025-09-08 23:21:33.000000000 +0000 +++ ui/aura/client/drag_drop_client.h @@ -44,7 +44,7 @@ class AURA_EXPORT DragDropClient { int allowed_operations, ui::mojom::DragEventSource source) = 0; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Updates the drag image. An empty |image| may be used to hide a previously // set non-empty drag image, and a non-empty |image| shows the drag image // again if it was previously hidden.