Bug 807143 - Enable image locking on B2G. r=joe

This commit is contained in:
Justin Lebar 2012-11-14 11:42:24 -05:00
parent 27d839024f
commit b973c61a2c

View File

@ -269,7 +269,7 @@ pref("widget.ime.android.fullscreen_threshold", 250); // in hundreths of inches
// optimize images' memory usage
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.max_decoded_image_kb", 5120); /* 5MB */