aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_aura_client_drag__drop__client.h
blob: 819bb86f7f34d6f5e2ce2c01eb20f988a1486800 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/aura/client/drag_drop_client.h.orig	2023-01-13 08:56:02 UTC
+++ 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.