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;
|