aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-ui_views_examples_widget__example.cc
blob: f6b4e7ea39dbfade787ea495a400c9efb7c21906 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                       
                                       
                                                                        


                                                                        

                                                                       
                                                              

                                                                        
--- ui/views/examples/widget_example.cc.orig	2023-01-11 09:17:16 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));