mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +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…
x
Reference in New Issue
Block a user