Bug 897839. Add some null checks for the compositor map. r=mattwoodrow
This commit is contained in:
@@ -630,6 +630,9 @@ bool
|
||||
AsyncCompositionManager::TransformShadowTree(TimeStamp aCurrentFrame)
|
||||
{
|
||||
Layer* root = mLayerManager->GetRoot();
|
||||
if (!root) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// NB: we must sample animations *before* sampling pan/zoom
|
||||
// transforms.
|
||||
|
||||
Reference in New Issue
Block a user