Bug 1786959 - Rename "RenderLayers" to "WrDisplayList". r=gfx-reviewers,bradwerth

This more accurately describes what happens in this time period.

Differential Revision: https://phabricator.services.mozilla.com/D155511
This commit is contained in:
Jeff Muizelaar
2022-08-24 20:23:57 +00:00
parent faec8cdc72
commit a2d2f8b167

View File

@@ -330,7 +330,7 @@ void WebRenderLayerManager::EndTransactionWithoutLayer(
nsDisplayList* aDisplayList, nsDisplayListBuilder* aDisplayListBuilder,
WrFiltersHolder&& aFilters, WebRenderBackgroundData* aBackground,
const double aGeckoDLBuildTime) {
AUTO_PROFILER_TRACING_MARKER("Paint", "RenderLayers", GRAPHICS);
AUTO_PROFILER_TRACING_MARKER("Paint", "WrDisplayList", GRAPHICS);
// Since we don't do repeat transactions right now, just set the time
mAnimationReadyTime = TimeStamp::Now();