Skip to content

Commit 8923cc5

Browse files
committed
patches/webgl-renderer: export spoof value constants
1 parent 03dfbd1 commit 8923cc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/extra/ungoogled-chromium/add-flag-to-spoof-webgl-renderer-info.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kReducedSystemInfo);
7878
BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kRemoveClientHints);
7979
+BLINK_COMMON_EXPORT BASE_DECLARE_FEATURE(kSpoofWebGLInfo);
80-
+extern const char kSpoofWebGLRenderer[];
81-
+extern const char kSpoofWebGLVendor[];
82-
+extern const base::FeatureParam<std::string> kSpoofWebGLRendererParam;
83-
+extern const base::FeatureParam<std::string> kSpoofWebGLVendorParam;
80+
+BLINK_COMMON_EXPORT extern const char kSpoofWebGLRenderer[];
81+
+BLINK_COMMON_EXPORT extern const char kSpoofWebGLVendor[];
82+
+BLINK_COMMON_EXPORT extern const base::FeatureParam<std::string> kSpoofWebGLRendererParam;
83+
+BLINK_COMMON_EXPORT extern const base::FeatureParam<std::string> kSpoofWebGLVendorParam;
8484

8585
// -----------------------------------------------------------------------------
8686
// Feature declarations and associated constants (feature params, et cetera)

0 commit comments

Comments
 (0)