Bug 796084 - Remove reference to java compositor in comments. r=Cwiiis, DONTBUILD because comment only

--HG--
extra : rebase_source : 219138ec908b089e62f1394358a87a921e379383
This commit is contained in:
Benoit Girard 2012-10-02 09:46:01 -04:00
parent 0b19401ec5
commit f0ee89a810
2 changed files with 2 additions and 2 deletions

View File

@ -5083,7 +5083,7 @@ fi
dnl ======================================================== dnl ========================================================
dnl = Build with the Android Java compositor dnl = Build with the Android compositor
dnl ======================================================== dnl ========================================================
if test -n "$MOZ_ANDROID_OMTC"; then if test -n "$MOZ_ANDROID_OMTC"; then
dnl Do this if defined in confvars.sh dnl Do this if defined in confvars.sh

View File

@ -921,7 +921,7 @@ LayerManagerOGL::Render()
mGLContext->fEnable(LOCAL_GL_SCISSOR_TEST); mGLContext->fEnable(LOCAL_GL_SCISSOR_TEST);
// If the Java compositor is being used, this clear will be done in // If the Android compositor is being used, this clear will be done in
// DrawWindowUnderlay. Make sure the bits used here match up with those used // DrawWindowUnderlay. Make sure the bits used here match up with those used
// in mobile/android/base/gfx/LayerRenderer.java // in mobile/android/base/gfx/LayerRenderer.java
#ifndef MOZ_ANDROID_OMTC #ifndef MOZ_ANDROID_OMTC