summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc
blob: 6a32598dbbbccf735f53a298360c9318ff45e41a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/blink/renderer/core/paint/paint_layer.cc.orig	2022-09-24 10:57:32 UTC
+++ third_party/blink/renderer/core/paint/paint_layer.cc
@@ -110,7 +110,7 @@ namespace blink {
 
 namespace {
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
 struct SameSizeAsPaintLayer : GarbageCollected<PaintLayer>, DisplayItemClient {
   // The bit fields may fit into the machine word of DisplayItemClient which
   // has only 8-bit data.