Bug 875335 - When using OMTC, always recomposite when viewWillDraw is called because our WindowOverlay may have changed. r=mattwoodrow
This commit is contained in:
@@ -224,6 +224,9 @@ ClientLayerManager::EndEmptyTransaction(EndTransactionFlags aFlags)
|
||||
// EndTransaction will complete it.
|
||||
return false;
|
||||
}
|
||||
if (mWidget) {
|
||||
mWidget->PrepareWindowEffects();
|
||||
}
|
||||
ForwardTransaction();
|
||||
MakeSnapshotIfRequired();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user