summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-ui_views_window_dialog_delegate_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-ui_views_window_dialog_delegate_cc')
-rw-r--r--www/chromium/patches/patch-ui_views_window_dialog_delegate_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-ui_views_window_dialog_delegate_cc b/www/chromium/patches/patch-ui_views_window_dialog_delegate_cc
deleted file mode 100644
index 6bb69b2..0000000
--- a/www/chromium/patches/patch-ui_views_window_dialog_delegate_cc
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: ui/views/window/dialog_delegate.cc
2--- ui/views/window/dialog_delegate.cc.orig
3+++ ui/views/window/dialog_delegate.cc
4@@ -78,7 +78,7 @@ Widget* DialogDelegate::CreateDialogWidget(
5
6 // static
7 bool DialogDelegate::CanSupportCustomFrame(gfx::NativeView parent) {
8-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \
9+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && \
10 BUILDFLAG(ENABLE_DESKTOP_AURA)
11 // The new style doesn't support unparented dialogs on Linux desktop.
12 return parent != nullptr;