Title: [257843] branches/safari-610.1.6-branch/Source/WebKit/Shared/WebPreferencesDefaultValues.h
Revision
257843
Author
kocsen_ch...@apple.com
Date
2020-03-04 08:15:18 -0800 (Wed, 04 Mar 2020)

Log Message

Apply Patch. rdar://problem/60019706.

Modified Paths


Diff

Modified: branches/safari-610.1.6-branch/Source/WebKit/Shared/WebPreferencesDefaultValues.h (257842 => 257843)


--- branches/safari-610.1.6-branch/Source/WebKit/Shared/WebPreferencesDefaultValues.h	2020-03-04 15:52:17 UTC (rev 257842)
+++ branches/safari-610.1.6-branch/Source/WebKit/Shared/WebPreferencesDefaultValues.h	2020-03-04 16:15:18 UTC (rev 257843)
@@ -240,7 +240,12 @@
 #define DEFAULT_WEBRTC_CODECS_IN_GPUPROCESS true
 #else
 #define DEFAULT_CAPTURE_AUDIO_IN_GPUPROCESS false
+#if PLATFORM(MAC)
+#define DEFAULT_CAPTURE_AUDIO_IN_UIPROCESS true
+#else
 #define DEFAULT_CAPTURE_AUDIO_IN_UIPROCESS false
+#endif
+
 #define DEFAULT_CAPTURE_VIDEO_IN_GPUPROCESS false
 #define DEFAULT_CAPTURE_VIDEO_IN_UIPROCESS false
 #define DEFAULT_WEBRTC_CODECS_IN_GPUPROCESS false
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to