mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 421030 Crash in [@ nsIFrame::GetView()] refreshing Viewpoint demo page r=roc sr=roc a=roc
This commit is contained in:
parent
3334bf0f75
commit
130fc53345
@ -2353,6 +2353,7 @@ NS_IMETHODIMP nsPluginInstanceOwner::InvalidateRegion(nsPluginRegion invalidRegi
|
||||
|
||||
NS_IMETHODIMP nsPluginInstanceOwner::ForceRedraw()
|
||||
{
|
||||
NS_ENSURE_TRUE(mOwner,NS_ERROR_NULL_POINTER);
|
||||
nsIView* view = mOwner->GetView();
|
||||
if (view) {
|
||||
return view->GetViewManager()->Composite();
|
||||
|
Loading…
Reference in New Issue
Block a user