зеркало из https://github.com/mozilla/gecko-dev.git
Bug 807472. Pass WILL_SEND_DID_PAINT when calling PresShell::Paint with PAINT_COMPOSITE. r=mattwoodrow,a=bajaj
This commit is contained in:
Родитель
bdbca4edad
Коммит
08e2c11e02
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче