diff options
author | Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me> | 2024-01-30 17:52:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 08:52:14 +0000 |
commit | 16cabcf7368538dafd6c59eb37a2fa651ac8ff1b (patch) | |
tree | f6c8d1ef43c7aa4ceadfbf608d046532ae28b8f5 /components | |
parent | 967925c119f7af5131e4857aadeeaafb66f5fa33 (diff) | |
download | servo-16cabcf7368538dafd6c59eb37a2fa651ac8ff1b.tar.gz servo-16cabcf7368538dafd6c59eb37a2fa651ac8ff1b.zip |
Document media configs from prefs (#31223)
Diffstat (limited to 'components')
-rw-r--r-- | components/config/prefs.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/config/prefs.rs b/components/config/prefs.rs index a79cdde656b..61ca551c1d1 100644 --- a/components/config/prefs.rs +++ b/components/config/prefs.rs @@ -469,9 +469,11 @@ mod gen { }, media: { glvideo: { + /// Enable hardware acceleration for video playback. enabled: bool, }, testing: { + /// Enable a non-standard event handler for verifying behavior of media elements during tests. enabled: bool, } }, |