Bug 505847 - Implement asyncDrawXULElement in 2D canvas. r=bz,bsmedberg

This commit is contained in:
Joe Drew
2009-10-28 16:55:49 -04:00
parent 478cf1f6b2
commit d4e629d26b
24 changed files with 672 additions and 17 deletions

View File

@@ -1436,3 +1436,14 @@ nsFrameLoader::TryNewProcess()
return PR_TRUE;
}
#endif
mozilla::dom::PIFrameEmbeddingParent*
nsFrameLoader::GetChildProcess()
{
#ifdef MOZ_IPC
return mChildProcess;
#else
return nsnull;
#endif
}