aboutsummaryrefslogtreecommitdiff
path: root/devel/electron29/files/patch-chrome_browser_ui_exclusive__access_exclusive__access__bubble.cc
blob: 13a3e0261eb120b5af63c7ea7157ec7e0c7617d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc.orig	2023-11-29 21:39:52 UTC
+++ chrome/browser/ui/exclusive_access/exclusive_access_bubble.cc
@@ -19,7 +19,7 @@
 
 // NOTE(koz): Linux doesn't use the thick shadowed border, so we add padding
 // here.
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 const int ExclusiveAccessBubble::kPaddingPx = 8;
 #else
 const int ExclusiveAccessBubble::kPaddingPx = 15;