opnsense-ports/devel/electron32/files/patch-chrome_browser_themes_theme__helper.cc
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

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