Bug 1286218 - Do not clear our TextureClientPool when calling ClearCachedResources on a ClientLayerManager r=nical

This commit is contained in:
George Wright 2016-07-12 08:46:36 -04:00
Родитель 96ab627a2b
Коммит 73eb07e665
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -728,10 +728,6 @@ ClientLayerManager::ClearCachedResources(Layer* aSubtree)
} else if (mRoot) {
ClearLayer(mRoot);
}
if (GetCompositorBridgeChild()) {
GetCompositorBridgeChild()->ClearTexturePool();
}
}
void