mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 723117 - Fix failure code in CreateCompositor. r=ajuma
This commit is contained in:
parent
ae40db9150
commit
bb906a2a6a
@ -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