$OpenBSD: patch-third_party_angle_src_gpu_info_util_SystemInfo_internal_h,v 1.2 2018/05/04 07:14:58 robert Exp $

Index: third_party/angle/src/gpu_info_util/SystemInfo_internal.h
--- third_party/angle/src/gpu_info_util/SystemInfo_internal.h.orig
+++ third_party/angle/src/gpu_info_util/SystemInfo_internal.h
@@ -14,6 +14,8 @@
 namespace angle
 {
 
+bool CollectMesaCardInfo(std::vector<GPUDeviceInfo> *devices);
+
 // Defined in SystemInfo_libpci when GPU_INFO_USE_LIBPCI is defined.
 bool GetPCIDevicesWithLibPCI(std::vector<GPUDeviceInfo> *devices);
 // Defined in SystemInfo_x11 when GPU_INFO_USE_X11 is defined.
