diff --git a/gfx/layers/client/ImageClient.cpp b/gfx/layers/client/ImageClient.cpp index 22e12587f5f..0b0abc92465 100644 --- a/gfx/layers/client/ImageClient.cpp +++ b/gfx/layers/client/ImageClient.cpp @@ -256,7 +256,8 @@ ImageClientSingle::CreateBufferTextureClient(gfx::SurfaceFormat aFormat, Texture TemporaryRef ImageClientSingle::CreateBufferTextureClient(gfx::SurfaceFormat aFormat) { - return CompositableClient::CreateBufferTextureClient(aFormat, mTextureFlags); + return CompositableClient::CreateBufferTextureClient(aFormat, + mTextureFlags | TEXTURE_FLAGS_DEFAULT); } void