Bug 465732 - Don't invalidate plugin after scrolling, r=smichaud, sr=roc
This commit is contained in:
Родитель
c3f3a39dfc
Коммит
8b4c21b913
|
@ -3386,11 +3386,6 @@ nsresult nsPluginInstanceOwner::ScrollPositionDidChange(nsIScrollableView* aScro
|
|||
}
|
||||
pluginWidget->EndDrawPlugin();
|
||||
}
|
||||
|
||||
// FIXME - Only invalidate the newly revealed amount.
|
||||
// XXX necessary?
|
||||
if (mWidget)
|
||||
mWidget->Invalidate(PR_FALSE);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче