mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix bustage from changeset 8c767b950381. a=bustage
This commit is contained in:
parent
dadf204a26
commit
76f1a10ae3
@ -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