Backed out changeset 7b09d25fba12 for landing with the wrong bug number in the commit message.

This commit is contained in:
Ryan VanderMeulen 2016-10-20 14:14:55 -04:00
parent 6247fe7314
commit b8f18d8b91

View File

@ -2636,7 +2636,8 @@ TabChild::RecvSetDocShellIsActive(const bool& aIsActive,
RefPtr<nsViewManager> vm = presShell->GetViewManager();
if (nsView* view = vm->GetRootView()) {
presShell->Paint(view, view->GetBounds(),
nsIPresShell::PAINT_LAYERS);
nsIPresShell::PAINT_LAYERS |
nsIPresShell::PAINT_SYNC_DECODE_IMAGES);
}
}
APZCCallbackHelper::SuppressDisplayport(false, presShell);