Title: [275093] trunk/Source/WebKit
- Revision
- 275093
- Author
- [email protected]
- Date
- 2021-03-26 04:18:06 -0700 (Fri, 26 Mar 2021)
Log Message
Use webrtc GPU Process feature flag for video capture on MacOS
https://bugs.webkit.org/show_bug.cgi?id=223683
Reviewed by Eric Carlson.
Manually tested.
* Shared/WebPreferencesDefaultValues.cpp:
(WebKit::defaultCaptureVideoInGPUProcessEnabled):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (275092 => 275093)
--- trunk/Source/WebKit/ChangeLog 2021-03-26 11:16:59 UTC (rev 275092)
+++ trunk/Source/WebKit/ChangeLog 2021-03-26 11:18:06 UTC (rev 275093)
@@ -1,3 +1,15 @@
+2021-03-26 Youenn Fablet <[email protected]>
+
+ Use webrtc GPU Process feature flag for video capture on MacOS
+ https://bugs.webkit.org/show_bug.cgi?id=223683
+
+ Reviewed by Eric Carlson.
+
+ Manually tested.
+
+ * Shared/WebPreferencesDefaultValues.cpp:
+ (WebKit::defaultCaptureVideoInGPUProcessEnabled):
+
2021-03-26 Jessie Berlin <[email protected]>
Update the BEFORE/SINCE, SYSTEM_VERSION_PREFIX, and MACOSX_DEPLOYMENT_TARGET flags
Modified: trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp (275092 => 275093)
--- trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp 2021-03-26 11:16:59 UTC (rev 275092)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefaultValues.cpp 2021-03-26 11:18:06 UTC (rev 275093)
@@ -194,9 +194,7 @@
bool defaultCaptureVideoInGPUProcessEnabled()
{
-#if PLATFORM(MAC)
- return false;
-#elif HAVE(SYSTEM_FEATURE_FLAGS)
+#if HAVE(SYSTEM_FEATURE_FLAGS)
return isFeatureFlagEnabled("gpu_process_webrtc");
#else
return false;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes