This commit is contained in:
Benoit Girard 2012-02-01 17:53:18 -05:00
Родитель 0c685c9aa9
Коммит 4fcd20537c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -176,6 +176,7 @@ AndroidBridge::Init(JNIEnv *jEnv,
jFlexSurfaceView = (jclass) jEnv->NewGlobalRef(jEnv->FindClass("org/mozilla/gecko/gfx/FlexibleGLSurfaceView"));
AndroidGLController::Init(jEnv);
InitAndroidJavaWrappers(jEnv);
// jEnv should NOT be cached here by anything -- the jEnv here
@ -1035,7 +1036,6 @@ AndroidBridge::RegisterCompositor()
jobject glController = env->CallStaticObjectMethod(jFlexSurfaceView, registerCompositor);
AndroidGLController::Init(env);
sController.Acquire(env, glController);
return sController.GetEGLSurface();