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


                                                                    

                                                                         


                                                                            
--- content/browser/renderer_host/render_view_host_impl.cc.orig	2024-04-19 13:02:56 UTC
+++ content/browser/renderer_host/render_view_host_impl.cc
@@ -272,7 +272,7 @@ void RenderViewHostImpl::GetPlatformSpecificPrefs(
       display::win::ScreenWin::GetSystemMetricsInDIP(SM_CYVSCROLL);
   prefs->arrow_bitmap_width_horizontal_scroll_bar_in_dips =
       display::win::ScreenWin::GetSystemMetricsInDIP(SM_CXHSCROLL);
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
   if (command_line->HasSwitch(switches::kSystemFontFamily)) {
     prefs->system_font_family_name =