ports/www/chromium/files/patch-chrome_browser_themes_theme__helper.cc

11 lines
322 B
C++

--- chrome/browser/themes/theme_helper.cc.orig 2022-10-24 13:33:33 UTC
+++ chrome/browser/themes/theme_helper.cc
@@ -18,7 +18,7 @@
#include "ui/gfx/image/image.h"
#include "ui/native_theme/native_theme.h"
-#if BUILDFLAG(IS_LINUX)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "ui/linux/linux_ui.h"
#endif