Bug 1458993 - Use correct bounds for WR solid color. r=miko

MozReview-Commit-ID: Gp5C4v8qJXI

Differential Revision: https://phabricator.services.mozilla.com/D12713

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matt Woodrow 2018-11-22 22:15:34 +00:00
Родитель 64bc12b947
Коммит 86298e2149
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3581,7 +3581,7 @@ nsDisplaySolidColor::CreateWebRenderCommands(
nsDisplayListBuilder* aDisplayListBuilder)
{
LayoutDeviceRect bounds = LayoutDeviceRect::FromAppUnits(
GetPaintRect(), mFrame->PresContext()->AppUnitsPerDevPixel());
mBounds, mFrame->PresContext()->AppUnitsPerDevPixel());
wr::LayoutRect roundedRect = wr::ToRoundedLayoutRect(bounds);
aBuilder.PushRect(roundedRect,