summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-prefs.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2018-04-05 14:51:54 -0500
committerMichael Catanzaro <mcatanzaro@igalia.com>2018-04-05 15:45:46 -0500
commitc61da877a515d61e3e7d0d75ab8a8b33f89f87f7 (patch)
tree8bd8658922d1003e23f8aed9d5de11f56e31642d /embed/ephy-embed-prefs.c
parentd1315eb48d012a7868f7e93f9b2043808b9a7b78 (diff)
downloadepiphany-c61da877a515d61e3e7d0d75ab8a8b33f89f87f7.tar.gz
Disable hardware acceleration
Let's see what this breaks. I'm suspecting we'll be seeing fewer complaints, rather than more.
Diffstat (limited to 'embed/ephy-embed-prefs.c')
-rw-r--r--embed/ephy-embed-prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 0ce447f30..332502acb 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -431,6 +431,7 @@ ephy_embed_prefs_init (gpointer user_data)
"enable-fullscreen", TRUE,
"enable-javascript", TRUE,
"enable-dns-prefetching", TRUE,
+ "hardware-acceleration-policy", WEBKIT_HARDWARE_ACCELERATION_POLICY_ON_DEMAND,
"javascript-can-open-windows-automatically", TRUE,
NULL);