Fix build error for android-xul; goes with 8e11e5b9c935. r=bustage

This commit is contained in:
Kartikaya Gupta 2012-03-14 01:13:58 -04:00
parent e15c94493b
commit 4a9257a2ee

View File

@ -1852,7 +1852,9 @@ void
AndroidBridge::SetCompositorParent(mozilla::layers::CompositorParent* aCompositorParent,
::base::Thread* aCompositorThread)
{
#ifdef MOZ_JAVA_COMPOSITOR
nsWindow::SetCompositorParent(aCompositorParent, aCompositorThread);
#endif
}
void