Title: [274621] trunk/Source/WTF
Revision
274621
Author
you...@apple.com
Date
2021-03-18 01:08:14 -0700 (Thu, 18 Mar 2021)

Log Message

Move camera GPU Process flag to experimental
https://bugs.webkit.org/show_bug.cgi?id=223374

Reviewed by Eric Carlson.

* Scripts/Preferences/WebPreferencesExperimental.yaml:
* Scripts/Preferences/WebPreferencesInternal.yaml:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (274620 => 274621)


--- trunk/Source/WTF/ChangeLog	2021-03-18 07:44:12 UTC (rev 274620)
+++ trunk/Source/WTF/ChangeLog	2021-03-18 08:08:14 UTC (rev 274621)
@@ -1,3 +1,13 @@
+2021-03-18  Youenn Fablet  <you...@apple.com>
+
+        Move camera GPU Process flag to experimental
+        https://bugs.webkit.org/show_bug.cgi?id=223374
+
+        Reviewed by Eric Carlson.
+
+        * Scripts/Preferences/WebPreferencesExperimental.yaml:
+        * Scripts/Preferences/WebPreferencesInternal.yaml:
+
 2021-03-17  Saam Barati  <sbar...@apple.com>
 
         Make sure we only set HAVE_VM_FLAGS_PERMANENT to 1 when targeting macOS >= 11.0

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (274620 => 274621)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-03-18 07:44:12 UTC (rev 274620)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml	2021-03-18 08:08:14 UTC (rev 274621)
@@ -224,6 +224,17 @@
       "ENABLE(EXPERIMENTAL_FEATURES) && (PLATFORM(GTK) || PLATFORM(WPE))": true
       default: false
 
+CaptureVideoInGPUProcessEnabled:
+  type: bool
+  humanReadableName: "GPU Process: Video Capture"
+  humanReadableDescription: "Enable video capture in GPU Process"
+  webcoreBinding: none
+  condition: ENABLE(MEDIA_STREAM)
+  exposed: [ WebKit ]
+  defaultValue:
+    WebKit:
+      default: WebKit::defaultCaptureVideoInGPUProcessEnabled()
+
 ContactPickerAPIEnabled:
   type: bool
   humanReadableName: "Contact Picker API"

Modified: trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml (274620 => 274621)


--- trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2021-03-18 07:44:12 UTC (rev 274620)
+++ trunk/Source/WTF/Scripts/Preferences/WebPreferencesInternal.yaml	2021-03-18 08:08:14 UTC (rev 274621)
@@ -168,17 +168,6 @@
     WebKit:
       default: WebKit::defaultCaptureAudioInUIProcessEnabled()
 
-CaptureVideoInGPUProcessEnabled:
-  type: bool
-  humanReadableName: "GPU Process: Video Capture"
-  humanReadableDescription: "Enable video capture in GPU Process"
-  webcoreBinding: none
-  condition: ENABLE(MEDIA_STREAM)
-  exposed: [ WebKit ]
-  defaultValue:
-    WebKit:
-      default: WebKit::defaultCaptureVideoInGPUProcessEnabled()
-
 CaptureVideoInUIProcessEnabled:
   type: bool
   humanReadableName: "Capture video in UI Process"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to