зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1694822 - Fix return of RenderCompositorD3D11SWGL::DoCreateTile() r=mattwoodrow
"return" was removed by mistake. Differential Revision: https://phabricator.services.mozilla.com/D106360
This commit is contained in:
Родитель
4428c5ac72
Коммит
362676fcad
|
@ -401,7 +401,7 @@ RenderCompositorD3D11SWGL::DoCreateTile(Surface* aSurface) {
|
|||
MOZ_ASSERT(SUCCEEDED(hr));
|
||||
if (!texture) {
|
||||
gfxCriticalNote << "Failed to allocate Texture2D: " << aSurface->TileSize();
|
||||
MakeUnique<TileD3D11>(nullptr, nullptr, nullptr, aSurface, this);
|
||||
return MakeUnique<TileD3D11>(nullptr, nullptr, nullptr, aSurface, this);
|
||||
}
|
||||
|
||||
RefPtr<DataTextureSourceD3D11> source = new DataTextureSourceD3D11(
|
||||
|
|
Загрузка…
Ссылка в новой задаче