Bug 1496838 - Add memory reporters for shared depth targets. r=kvark

This commit is contained in:
Bobby Holley 2018-10-17 10:24:31 -07:00
parent e2aaaa397f
commit 87fa9f0013

View File

@ -737,6 +737,7 @@ WebRenderMemoryReporter::CollectReports(nsIHandleReportCallback* aHandleReport,
helper.ReportTexture(aReport.vertex_data_textures, "vertex-data");
helper.ReportTexture(aReport.render_target_textures, "render-targets");
helper.ReportTexture(aReport.texture_cache_textures, "texture-cache");
helper.ReportTexture(aReport.depth_target_textures, "depth-targets");
FinishAsyncMemoryReport();
},