mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 968042 - Clear mNextPaintCompressed after painting. r=roc
This commit is contained in:
parent
938e9aa493
commit
37be219704
@ -5902,6 +5902,7 @@ PresShell::Paint(nsView* aViewToPaint,
|
||||
}
|
||||
if (mNextPaintCompressed) {
|
||||
flags |= nsLayoutUtils::PAINT_COMPRESSED;
|
||||
mNextPaintCompressed = false;
|
||||
}
|
||||
|
||||
if (frame) {
|
||||
|
Loading…
Reference in New Issue
Block a user