mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Fix bustage from changeset 8c767b950381. a=bustage
This commit is contained in:
parent
25b5a05a20
commit
77a6b11872
@ -1101,7 +1101,7 @@ BasicLayerManager::ClearCachedResources()
|
||||
void
|
||||
BasicLayerManager::ClearLayer(Layer* aLayer)
|
||||
{
|
||||
ToData(aLayer)->ClearResources();
|
||||
ToData(aLayer)->ClearCachedResources();
|
||||
for (Layer* child = aLayer->GetFirstChild(); child;
|
||||
child = child->GetNextSibling()) {
|
||||
ClearLayer(child);
|
||||
|
Loading…
Reference in New Issue
Block a user