Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg
This commit is contained in:
@@ -1436,3 +1436,14 @@ nsFrameLoader::TryNewProcess()
|
||||
return PR_TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
mozilla::dom::PIFrameEmbeddingParent*
|
||||
nsFrameLoader::GetChildProcess()
|
||||
{
|
||||
#ifdef MOZ_IPC
|
||||
return mChildProcess;
|
||||
#else
|
||||
return nsnull;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user