☠☠ backed out by 0847a24d3110 ☠ ☠ | |
author | Jeff Muizelaar <jmuizelaar@mozilla.com> |
Mon, 04 Apr 2016 19:15:22 -0400 | |
changeset 291562 | 85740a5fc12fb0264ab964a262fa8bf6a45d7c55 |
parent 291561 | f1ee7dcaa1cb0002a4074ccab583a8e458257fe4 |
child 291563 | 61c5789a67aee10a69947c83342aa1d5cd24b3a0 |
push id | 74618 |
push user | jmuizelaar@mozilla.com |
push date | Mon, 04 Apr 2016 23:16:09 +0000 |
treeherder | mozilla-inbound@85740a5fc12f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1259466 |
milestone | 48.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -4417,16 +4417,18 @@ pref("layers.tile-height", 256); pref("layers.max-active", -1); // If this is set the tile size will only be treated as a suggestion. // On B2G we will round this to the stride of the underlying allocation. // On any platform we may later use the screen size and ignore // tile-width/tile-height entirely. Its recommended to turn this off // if you change the tile size. pref("layers.tiles.adjust", true); +// Set the default values, and then override per-platform as needed +pref("layers.offmainthreadcomposition.force-disabled", false); // Compositor target frame rate. NOTE: If vsync is enabled the compositor // frame rate will still be capped. // -1 -> default (match layout.frame_rate or 60 FPS) // 0 -> full-tilt mode: Recomposite even if not transaction occured. pref("layers.offmainthreadcomposition.frame-rate", -1); #ifdef XP_MACOSX pref("layers.enable-tiles", true);