aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc
blob: 322b3a6045e388a59e8037ae713e8dff1cddab43 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                       
                                                        
                                     
 



                                                                       
                                                                                

                                                                             
--- third_party/blink/renderer/core/paint/paint_layer.cc.orig	2024-04-19 13:02:56 UTC
+++ third_party/blink/renderer/core/paint/paint_layer.cc
@@ -122,7 +122,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.