aboutsummaryrefslogtreecommitdiff
path: root/devel/electron36/files/patch-ui_views_corewm_tooltip__aura.cc
blob: 01811130baa754df60c490175e1ca9a23ba1badb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/corewm/tooltip_aura.cc.orig	2025-04-22 20:15:27 UTC
+++ ui/views/corewm/tooltip_aura.cc
@@ -42,7 +42,7 @@ bool CanUseTranslucentTooltipWidget() {
 
 // TODO(varkha): Update if native widget can be transparent on Linux.
 bool CanUseTranslucentTooltipWidget() {
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
   return false;
 #else
   return true;