mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 723117 - Fix failure code in CreateCompositor. r=ajuma
This commit is contained in:
parent
6c47155183
commit
398d5ca954
@ -845,6 +845,7 @@ void nsBaseWidget::CreateCompositor()
|
||||
if (!lf) {
|
||||
delete lm;
|
||||
mCompositorChild = nsnull;
|
||||
return;
|
||||
}
|
||||
lf->SetShadowManager(shadowManager);
|
||||
lf->SetParentBackendType(LayerManager::LAYERS_OPENGL);
|
||||
|
Loading…
Reference in New Issue
Block a user