fix: move tab to new window, black screen (#8016)
* fix: move tab to new window, black screen Signed-off-by: fufesou <shuanglongchen@yeah.net> * fix: can remove Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
b6d6a4360f
commit
d851bf8b69
2 changed files with 35 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ class _PixelbufferTexture {
|
|||
final ptr = await textureRenderer.getTexturePtr(_textureKey);
|
||||
platformFFI.registerPixelbufferTexture(sessionId, display, ptr);
|
||||
debugPrint(
|
||||
"create pixelbuffer texture: peerId: ${ffi.id} display:$_display, textureId:$id");
|
||||
"create pixelbuffer texture: peerId: ${ffi.id} display:$_display, textureId:$id, texturePtr:$ptr");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue