зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1072411 - Remove useless format convertion code in ImageClient. r=jrmuizel
This commit is contained in:
Родитель
95c8c96ad5
Коммит
19d8e22943
|
@ -303,9 +303,7 @@ ImageClientSingle::UpdateImageInternal(ImageContainer* aContainer,
|
|||
|
||||
bool bufferCreated = false;
|
||||
if (!mFrontBuffer) {
|
||||
gfxImageFormat format
|
||||
= gfxPlatform::GetPlatform()->OptimalFormatForContent(gfx::ContentForFormat(surface->GetFormat()));
|
||||
mFrontBuffer = CreateTextureClientForDrawing(gfx::ImageFormatToSurfaceFormat(format), size,
|
||||
mFrontBuffer = CreateTextureClientForDrawing(surface->GetFormat(), size,
|
||||
gfx::BackendType::NONE, mTextureFlags);
|
||||
if (!mFrontBuffer) {
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче