diff options
Diffstat (limited to 'www/chromium/files/patch-ui_native__theme_native__theme.h')
-rw-r--r-- | www/chromium/files/patch-ui_native__theme_native__theme.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-ui_native__theme_native__theme.h b/www/chromium/files/patch-ui_native__theme_native__theme.h index d3e7aae4bac2..062c00df2de5 100644 --- a/www/chromium/files/patch-ui_native__theme_native__theme.h +++ b/www/chromium/files/patch-ui_native__theme_native__theme.h @@ -1,11 +1,11 @@ ---- ui/native_theme/native_theme.h.orig 2020-11-13 06:37:06 UTC +--- ui/native_theme/native_theme.h.orig 2021-03-12 23:57:48 UTC +++ ui/native_theme/native_theme.h -@@ -51,7 +51,7 @@ class NATIVE_THEME_EXPORT NativeTheme { - // The part to be painted / sized. - enum Part { +@@ -54,7 +54,7 @@ class NATIVE_THEME_EXPORT NativeTheme { kCheckbox, --#if defined(OS_LINUX) && !defined(OS_CHROMEOS) -+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS) + // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch + // of lacros-chrome is complete. +-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) ++#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) kFrameTopArea, #endif kInnerSpinButton, |