aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_gfx_render__text__api__fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_gfx_render__text__api__fuzzer.cc')
-rw-r--r--www/chromium/files/patch-ui_gfx_render__text__api__fuzzer.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-ui_gfx_render__text__api__fuzzer.cc b/www/chromium/files/patch-ui_gfx_render__text__api__fuzzer.cc
index c408c21731a4..f4a9baaee41a 100644
--- a/www/chromium/files/patch-ui_gfx_render__text__api__fuzzer.cc
+++ b/www/chromium/files/patch-ui_gfx_render__text__api__fuzzer.cc
@@ -1,11 +1,11 @@
---- ui/gfx/render_text_api_fuzzer.cc.orig 2021-12-16 15:22:18 UTC
+--- ui/gfx/render_text_api_fuzzer.cc.orig 2022-02-07 13:39:41 UTC
+++ ui/gfx/render_text_api_fuzzer.cc
@@ -20,7 +20,7 @@
// TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
// complete.
-#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
++#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))
#include "base/test/test_discardable_memory_allocator.h"
#endif
@@ -14,7 +14,7 @@
// TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
// complete.
-#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
++#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))
// Some platforms require discardable memory to use bitmap fonts.
base::DiscardableMemoryAllocator::SetInstance(
&discardable_memory_allocator);
@@ -23,7 +23,7 @@
// TODO(crbug.com/1052397): Revisit once build flag switch of lacros-chrome is
// complete.
-#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
-+#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) || defined(OS_BSD)
++#if defined(OS_ANDROID) || (defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD))
base::TestDiscardableMemoryAllocator discardable_memory_allocator;
#endif