Changeset 267597 in webkit
- Timestamp:
- Sep 25, 2020, 3:03:23 PM (6 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/WebPreferencesInternal.yaml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r267594 r267597 1 2020-09-25 Wenson Hsieh <wenson_hsieh@apple.com> 2 3 Tweak the names of the GPU process audio/video capture internal feature flags 4 https://bugs.webkit.org/show_bug.cgi?id=216992 5 6 Reviewed by Tim Horton. 7 8 Keep all 6 of the GPU process feature flags together by adjusting the human readable names of 9 `CaptureAudioInGPUProcessEnabled` and `CaptureVideoInGPUProcessEnabled` to start with "GPU Process:", after 10 <https://trac.webkit.org/r267516>. 11 12 * Shared/WebPreferencesInternal.yaml: 13 1 14 2020-09-25 Yusuke Suzuki <ysuzuki@apple.com> 2 15 -
trunk/Source/WebKit/Shared/WebPreferencesInternal.yaml
r267516 r267597 125 125 type: bool 126 126 defaultValue: defaultCaptureAudioInGPUProcessEnabled() 127 humanReadableName: " Use GPU Process to capture audio"127 humanReadableName: "GPU Process: Audio Capture" 128 128 humanReadableDescription: "Enable audio capture in GPU Process" 129 129 webcoreBinding: none … … 141 141 type: bool 142 142 defaultValue: defaultCaptureVideoInGPUProcessEnabled() 143 humanReadableName: " Use GPU Process to capture video"143 humanReadableName: "GPU Process: Video Capture" 144 144 humanReadableDescription: "Enable video capture in GPU Process" 145 145 webcoreBinding: none
Note:
See TracChangeset
for help on using the changeset viewer.