Bug 556487 - Disable layers for non-ipc API. r=roc a=blocking2.0
This commit is contained in:
@@ -643,6 +643,16 @@ PluginModuleParent::GetSurface(NPP instance, gfxASurface** aSurface)
|
||||
return i->GetSurface(aSurface);
|
||||
}
|
||||
|
||||
nsresult
|
||||
PluginModuleParent::UseAsyncPainting(NPP instance, PRBool* aIsAsync)
|
||||
{
|
||||
PluginInstanceParent* i = InstCast(instance);
|
||||
if (!i)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
return i->UseAsyncPainting(aIsAsync);
|
||||
}
|
||||
|
||||
|
||||
#if defined(XP_UNIX) && !defined(XP_MACOSX)
|
||||
nsresult
|
||||
|
||||
Reference in New Issue
Block a user