From 748056404bde8de550666aedf8ed005a0b5a3f76 Mon Sep 17 00:00:00 2001 From: Benoit Girard Date: Tue, 2 Oct 2012 09:46:01 -0400 Subject: [PATCH] Bug 796084 - Remove reference to java compositor in comments. r=Cwiiis, DONTBUILD because comment only --HG-- extra : rebase_source : 219138ec908b089e62f1394358a87a921e379383 --- configure.in | 2 +- gfx/layers/opengl/LayerManagerOGL.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index b63f1dc537c..fa6f6b01c9f 100644 --- a/configure.in +++ b/configure.in @@ -5083,7 +5083,7 @@ fi dnl ======================================================== -dnl = Build with the Android Java compositor +dnl = Build with the Android compositor dnl ======================================================== if test -n "$MOZ_ANDROID_OMTC"; then dnl Do this if defined in confvars.sh diff --git a/gfx/layers/opengl/LayerManagerOGL.cpp b/gfx/layers/opengl/LayerManagerOGL.cpp index 955ad8ae838..bbe04f58140 100644 --- a/gfx/layers/opengl/LayerManagerOGL.cpp +++ b/gfx/layers/opengl/LayerManagerOGL.cpp @@ -921,7 +921,7 @@ LayerManagerOGL::Render() 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 // in mobile/android/base/gfx/LayerRenderer.java #ifndef MOZ_ANDROID_OMTC