$OpenBSD: patch-Source_WebCore_platform_graphics_surfaces_GraphicsSurface_h,v 1.1 2020/02/19 16:08:53 rsadowski Exp $

Index: Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
--- Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h.orig
+++ Source/WebCore/platform/graphics/surfaces/GraphicsSurface.h
@@ -34,7 +34,7 @@ typedef struct __IOSurface* IOSurfaceRef;
 typedef IOSurfaceRef PlatformGraphicsSurface;
 #endif
 
-#if OS(LINUX)
+#if OS(LINUX) || OS(FREEBSD) || OS(NETBSD) || OS(OPENBSD)
 typedef uint32_t PlatformGraphicsSurface;
 #endif
 
