From 0534425e58235bd6acd391ac79c74174b4999d0f Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Thu, 21 Jul 2022 07:37:37 -0500 Subject: [PATCH] Update thorium_flag_entries.h --- src/chrome/browser/thorium_flag_entries.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/chrome/browser/thorium_flag_entries.h b/src/chrome/browser/thorium_flag_entries.h index 67253853..48d74314 100644 --- a/src/chrome/browser/thorium_flag_entries.h +++ b/src/chrome/browser/thorium_flag_entries.h @@ -24,4 +24,8 @@ "Show/Hide the Avatar Button", "Show the Avatar/People/Profile button in the browser toolbar: Always, Incognito|Guest only, or Never.", kOsDesktop, MULTI_VALUE_TYPE(kShowAvatarButtonChoices)}, + {"webgl-msaa-sample-count", + "WebGL MSAA Sample Count", + "Set a default sample count for WebGL if MSAA is enabled on the GPU.", + kOsDesktop, MULTI_VALUE_TYPE(kWebglMSAASampleCount)}, #endif // CHROME_BROWSER_THORIUM_FLAG_ENTRIES_H_