mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
11 lines
493 B
C++
11 lines
493 B
C++
--- ui/base/resource/resource_bundle.cc.orig 2023-09-13 12:11:42 UTC
|
|
+++ ui/base/resource/resource_bundle.cc
|
|
@@ -926,7 +926,7 @@ void ResourceBundle::ReloadFonts() {
|
|
}
|
|
|
|
ResourceScaleFactor ResourceBundle::GetMaxResourceScaleFactor() const {
|
|
-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
|
|
+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
|
|
return max_scale_factor_;
|
|
#else
|
|
return GetMaxSupportedResourceScaleFactor();
|