mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 807143 - Enable image locking on B2G. r=joe
This commit is contained in:
parent
27d839024f
commit
b973c61a2c
@ -269,7 +269,7 @@ pref("widget.ime.android.fullscreen_threshold", 250); // in hundreths of inches
|
|||||||
|
|
||||||
// optimize images' memory usage
|
// optimize images' memory usage
|
||||||
pref("image.mem.decodeondraw", true);
|
pref("image.mem.decodeondraw", true);
|
||||||
pref("content.image.allow_locking", false);
|
pref("content.image.allow_locking", true);
|
||||||
pref("image.mem.min_discard_timeout_ms", 10000);
|
pref("image.mem.min_discard_timeout_ms", 10000);
|
||||||
pref("image.mem.max_decoded_image_kb", 5120); /* 5MB */
|
pref("image.mem.max_decoded_image_kb", 5120); /* 5MB */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user