mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1094049 - Make GonkDecoderModule use currect display height; r=bwu
This commit is contained in:
parent
2f223621d1
commit
f85013ef40
@ -59,7 +59,7 @@ GonkVideoDecoderManager::GonkVideoDecoderManager(
|
||||
mVideoWidth = aConfig.display_width;
|
||||
mVideoHeight = aConfig.display_height;
|
||||
mDisplayWidth = aConfig.display_width;
|
||||
mDisplayHeight = aConfig.display_width;
|
||||
mDisplayHeight = aConfig.display_height;
|
||||
mInfo.mVideo.mHasVideo = true;
|
||||
nsIntSize displaySize(mDisplayWidth, mDisplayHeight);
|
||||
mInfo.mVideo.mDisplay = displaySize;
|
||||
|
Loading…
Reference in New Issue
Block a user