aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_views_examples_widget__example.cc
blob: 11dc52f2cd0d94ea650e802dc94026269d69eaad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ui/views/examples/widget_example.cc.orig	2022-02-28 16:54:41 UTC
+++ ui/views/examples/widget_example.cc
@@ -49,7 +49,7 @@ void WidgetExample::CreateExampleView(View* container)
   modal_button->SetCallback(
       base::BindRepeating(&WidgetExample::CreateDialogWidget,
                           base::Unretained(this), modal_button, true));
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // Windows does not support TYPE_CONTROL top-level widgets.
   LabelButton* control_button = BuildButton(
       container, GetStringUTF16(IDS_WIDGET_CHILD_WIDGET_BUTTON_LABEL));