Bug 1770109. Combine DrawResult in nsCSSRendering::BuildWebRenderDisplayItemsForStyleImageLayerWithSC. r=aosmond

Differential Revision: https://phabricator.services.mozilla.com/D146775
This commit is contained in:
Timothy Nikkel 2022-05-22 23:09:19 +00:00
Родитель b61980d3a0
Коммит 76713f0357
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2628,7 +2628,7 @@ nsCSSRendering::BuildWebRenderDisplayItemsForStyleImageLayerWithSC(
result &= state.mImageRenderer.PrepareResult();
if (!state.mFillArea.IsEmpty()) {
return state.mImageRenderer.BuildWebRenderDisplayItemsForLayer(
result &= state.mImageRenderer.BuildWebRenderDisplayItemsForLayer(
&aParams.presCtx, aBuilder, aResources, aSc, aManager, aItem,
state.mDestArea, state.mFillArea,
state.mAnchor + paintBorderArea.TopLeft(),