From e43b01e58b5477b06736dcaa36979cd0e2fc33f0 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 1 Dec 2020 15:46:38 -0600 Subject: Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0. Changes based on Mozilla bug 1678061. --- widget/GfxDriverInfo.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'widget/GfxDriverInfo.h') diff --git a/widget/GfxDriverInfo.h b/widget/GfxDriverInfo.h index 256142c87..17baf136d 100644 --- a/widget/GfxDriverInfo.h +++ b/widget/GfxDriverInfo.h @@ -58,6 +58,11 @@ enum class OperatingSystem { OSX10_10, OSX10_11, OSX10_12, + OSX10_13, + OSX10_14, + OSX10_15, + OSX10_16, + OSX11_0, Ios }; -- cgit v1.2.3