mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 910921 - Wrong default texture flags when using ImageClient. r=sotaro
This commit is contained in:
parent
f2b60fc678
commit
499dd2a99d
@ -256,7 +256,8 @@ ImageClientSingle::CreateBufferTextureClient(gfx::SurfaceFormat aFormat, Texture
|
||||
TemporaryRef<BufferTextureClient>
|
||||
ImageClientSingle::CreateBufferTextureClient(gfx::SurfaceFormat aFormat)
|
||||
{
|
||||
return CompositableClient::CreateBufferTextureClient(aFormat, mTextureFlags);
|
||||
return CompositableClient::CreateBufferTextureClient(aFormat,
|
||||
mTextureFlags | TEXTURE_FLAGS_DEFAULT);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user