Bug 1252929: Next.1. Make layers.max-active preference not need a restart. r=mstange
This commit is contained in:
@@ -3739,7 +3739,7 @@ ContainerState::ProcessDisplayItems(nsDisplayList* aList)
|
||||
}
|
||||
}
|
||||
|
||||
int32_t maxLayers = nsDisplayItem::MaxActiveLayers();
|
||||
int32_t maxLayers = gfxPrefs::MaxActiveLayers();
|
||||
int layerCount = 0;
|
||||
|
||||
nsDisplayList savedItems;
|
||||
|
||||
Reference in New Issue
Block a user