Bug 807472. Pass WILL_SEND_DID_PAINT when calling PresShell::Paint with PAINT_COMPOSITE. r=mattwoodrow,a=bajaj

This commit is contained in:
Robert O'Callahan 2012-11-02 23:42:59 +13:00
Родитель bdbca4edad
Коммит 08e2c11e02
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -365,7 +365,7 @@ void nsViewManager::Refresh(nsView *aView, const nsIntRegion& aRegion,
#endif
if (IsRefreshDriverPaintingEnabled()) {
mPresShell->Paint(aView, damageRegion, nsIPresShell::PaintType_Composite,
false);
aWillSendDidPaint);
} else {
mPresShell->Paint(aView, damageRegion, nsIPresShell::PaintType_Full,
aWillSendDidPaint);