Bug 968042 - Clear mNextPaintCompressed after painting. r=roc

This commit is contained in:
Matt Woodrow 2014-02-10 15:24:28 +13:00
parent 938e9aa493
commit 37be219704

View File

@ -5902,6 +5902,7 @@ PresShell::Paint(nsView* aViewToPaint,
}
if (mNextPaintCompressed) {
flags |= nsLayoutUtils::PAINT_COMPRESSED;
mNextPaintCompressed = false;
}
if (frame) {