зеркало из https://github.com/mozilla/gecko-dev.git
Bug 855586 - Patch in bug 824642 has wrong logic. r=nical.bugzilla
This commit is contained in:
Родитель
8d5867d116
Коммит
92052fa408
|
@ -481,7 +481,7 @@ PlanarYCbCrImage::SetData(const Data &aData)
|
|||
gfxASurface::gfxImageFormat
|
||||
PlanarYCbCrImage::GetOffscreenFormat()
|
||||
{
|
||||
return mOffscreenFormat != gfxASurface::ImageFormatUnknown ?
|
||||
return mOffscreenFormat == gfxASurface::ImageFormatUnknown ?
|
||||
gfxPlatform::GetPlatform()->GetOffscreenFormat() :
|
||||
mOffscreenFormat;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче