Backed out changeset a8ca75f3002d (bug 1633985) on request by dev

This commit is contained in:
Daniel Varga
2020-04-30 01:58:25 +03:00
parent 19b87b02bb
commit aa27d10c14
11 changed files with 25 additions and 28 deletions

View File

@@ -1445,7 +1445,7 @@ bool nsDisplayRemote::CreateWebRenderCommands(
contentRect, mFrame->PresContext()->AppUnitsPerDevPixel());
rect += mOffset;
aBuilder.PushIFrame(mozilla::wr::ToLayoutRect(rect),
aBuilder.PushIFrame(mozilla::wr::ToLayoutRect(rect), !BackfaceIsHidden(),
mozilla::wr::AsPipelineId(mLayersId),
/*ignoreMissingPipelines*/ true);