summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2023-02-03 13:20:08 -0600
committerMarge Bot <marge-bot@gnome.org>2023-02-08 19:08:06 +0000
commited3ff585e45325534db421e5556589d46e6490c0 (patch)
tree143677d39489a05d69a09de3b6eed2803a8c35b5 /data
parent52366388313ef7daa619651d8cc8b9b2fda7d1fa (diff)
downloadepiphany-ed3ff585e45325534db421e5556589d46e6490c0.tar.gz
Remove on-demand hardware acceleration policy
https://bugs.webkit.org/show_bug.cgi?id=232516 Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1276>
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 62ddb0c96..3289d53d8 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -262,7 +262,7 @@
<key name="hardware-acceleration-policy" enum="org.gnome.Epiphany.EphyPrefsWebHardwareAccelerationPolicy">
<default>'always'</default>
<summary>Hardware acceleration policy</summary>
- <description>Whether to enable hardware acceleration. Possible values are “on-demand”, “always”, and “never”. Hardware acceleration may be required to achieve acceptable performance on embedded devices, but increases memory usage requirements and could expose severe hardware-specific graphics driver bugs. When the policy is “on-demand”, hardware acceleration will be used only when required to display 3D transforms.</description>
+ <description>Whether to enable hardware acceleration. Possible values are “always” and “never”. Hardware acceleration may be required to achieve acceptable performance on embedded devices, but increases memory usage requirements and could expose severe hardware-specific graphics driver bugs.</description>
</key>
<key type="b" name="ask-on-download">
<default>false</default>