Bug 1121072 - Always notify when layers cleared (r=dvander)

This commit is contained in:
Bill McCloskey 2015-03-12 11:33:43 -07:00
Родитель 84acae3967
Коммит 3f08e0f807
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;
}