зеркало из https://github.com/mozilla/pjs.git
Fix AndroidGLController::Init
This commit is contained in:
Родитель
0c685c9aa9
Коммит
4fcd20537c
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче