зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1121072 - Always notify when layers cleared (r=dvander)
This commit is contained in:
Родитель
84acae3967
Коммит
3f08e0f807
|
@ -849,9 +849,8 @@ LayerTransactionParent::RecvClearCachedResources()
|
|||
// context, it's just a subtree root. We need to scope the clear
|
||||
// of resources to exactly that subtree, so we specify it here.
|
||||
mLayerManager->ClearCachedResources(mRoot);
|
||||
|
||||
mShadowLayersManager->NotifyClearCachedResources(this);
|
||||
}
|
||||
mShadowLayersManager->NotifyClearCachedResources(this);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче