зеркало из https://github.com/mozilla/gecko-dev.git
Bug 951186 - Propagate the current compositor in ContentHostBase::UseTextureHost. r=nical
This commit is contained in:
Родитель
79b684592a
Коммит
904a99263d
|
@ -242,9 +242,11 @@ ContentHostBase::UseTextureHost(TextureHost* aTexture)
|
|||
if (aTexture->GetFlags() & TEXTURE_ON_WHITE) {
|
||||
mTextureHost = nullptr;
|
||||
mTextureHostOnWhite = aTexture;
|
||||
mTextureHostOnWhite->SetCompositor(GetCompositor());
|
||||
} else {
|
||||
mTextureHostOnWhite = nullptr;
|
||||
mTextureHost = aTexture;
|
||||
mTextureHost->SetCompositor(GetCompositor());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче