mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Document media configs from prefs (#31223)
This commit is contained in:
parent
967925c119
commit
16cabcf736
1 changed files with 2 additions and 0 deletions
|
@ -469,9 +469,11 @@ mod gen {
|
||||||
},
|
},
|
||||||
media: {
|
media: {
|
||||||
glvideo: {
|
glvideo: {
|
||||||
|
/// Enable hardware acceleration for video playback.
|
||||||
enabled: bool,
|
enabled: bool,
|
||||||
},
|
},
|
||||||
testing: {
|
testing: {
|
||||||
|
/// Enable a non-standard event handler for verifying behavior of media elements during tests.
|
||||||
enabled: bool,
|
enabled: bool,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue