Backed out changeset e9afce8fbf79 (bug 1635472) for mochitest failures on test_group_zoom.html . CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2020-05-06 13:38:53 +03:00
Родитель cdf603f65b
Коммит c7bd6b6298
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -854,8 +854,6 @@ static nsRect GetDisplayPortFromMarginsData(
if (presShell->IsDisplayportSuppressed()) {
alignment = ScreenSize(1, 1);
} else if (gfxVars::UseWebRender()) {
alignment = ScreenSize(512, 512);
} else if (StaticPrefs::layers_enable_tiles_AtStartup()) {
// Don't align to tiles if they are too large, because we could expand
// the displayport by a lot which can take more paint time. It's a tradeoff