aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_aura_client_drag__drop__client.h
blob: 6a4f258ce82092629784dc537fc3116ac44f8aac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/aura/client/drag_drop_client.h.orig	2023-01-11 09:17:16 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.