[epiphany] Actually disable hardware acceleration
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Actually disable hardware acceleration
- Date: Tue, 10 Apr 2018 19:21:22 +0000 (UTC)
commit 4df5b310af0a7465df0b0c36c763fd2bfd5fb968
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Tue Apr 10 14:20:52 2018 -0500
Actually disable hardware acceleration
embed/ephy-embed-prefs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
index 332502a..d854137 100644
--- a/embed/ephy-embed-prefs.c
+++ b/embed/ephy-embed-prefs.c
@@ -431,7 +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,
+ "hardware-acceleration-policy",
WEBKIT_HARDWARE_ACCELERATION_POLICY_NEVER,
"javascript-can-open-windows-automatically", TRUE,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]