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
parent 96ab627a2b
commit 73eb07e665

View File

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