mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
Bug 1407480 - Carry valid Rect when calling NotifyInvalidation() in layers-free mode. r=kats
This commit is contained in:
parent
97f7266ba3
commit
1148a3f366
@ -2186,7 +2186,7 @@ already_AddRefed<LayerManager> nsDisplayList::PaintRoot(nsDisplayListBuilder* aB
|
||||
}
|
||||
|
||||
if (presContext->RefreshDriver()->HasScheduleFlush()) {
|
||||
presContext->NotifyInvalidation(layerManager->GetLastTransactionId(), nsIntRect());
|
||||
presContext->NotifyInvalidation(layerManager->GetLastTransactionId(), frame->GetRect());
|
||||
}
|
||||
|
||||
return layerManager.forget();
|
||||
|
@ -109,7 +109,7 @@ qr-talos:
|
||||
- talos-g3
|
||||
- talos-g4
|
||||
- talos-g5
|
||||
# - talos-other # fails with layers-free
|
||||
- talos-other
|
||||
# - talos-svgr # fails with layers-free
|
||||
- talos-tp5o
|
||||
- talos-perf-reftest
|
||||
|
Loading…
Reference in New Issue
Block a user