mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 966344 - Use correct JNI call to invoke SurfaceTexture::updateTexImage() r=jchen
This commit is contained in:
parent
18233c3266
commit
133cb4a551
@ -70,7 +70,7 @@ public:
|
||||
JNIEnv* env = GetJNIForThread();
|
||||
|
||||
AutoLocalJNIFrame jniFrame(env);
|
||||
env->CallObjectMethod(aSurfaceTexture, jSurfaceTexture_updateTexImage);
|
||||
env->CallVoidMethod(aSurfaceTexture, jSurfaceTexture_updateTexImage);
|
||||
}
|
||||
|
||||
bool GetTransformMatrix(jobject aSurfaceTexture, gfx::Matrix4x4& aMatrix)
|
||||
|
Loading…
Reference in New Issue
Block a user