зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1576499
- Another random rect simplification. r=mattwoodrow
Depends on D43373 Differential Revision: https://phabricator.services.mozilla.com/D43374 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
865a952e99
Коммит
2641a83544
|
@ -1037,8 +1037,7 @@ bool LayerManagerComposite::Render(const nsIntRegion& aInvalidRegion,
|
|||
|
||||
if (!mRegionToClear.IsEmpty()) {
|
||||
for (auto iter = mRegionToClear.RectIter(); !iter.Done(); iter.Next()) {
|
||||
const IntRect& r = iter.Get();
|
||||
mCompositor->ClearRect(Rect(r.X(), r.Y(), r.Width(), r.Height()));
|
||||
mCompositor->ClearRect(Rect(iter.Get()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче