Bug 1726118 - Prefix all webrender debug prefs with gfx.webrender.debug. r=gfx-reviewers,jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D123965
This commit is contained in:
Nicolas Silva
2021-09-01 09:41:11 +00:00
parent 9913a89e71
commit 31fade606c
4 changed files with 11 additions and 11 deletions

View File

@@ -360,7 +360,7 @@ void WebRenderLayerManager::EndTransactionWithoutLayer(
}
if (XRE_IsContentProcess() &&
StaticPrefs::gfx_webrender_dl_dump_content_serialized()) {
StaticPrefs::gfx_webrender_debug_dl_dump_content_serialized()) {
mDLBuilder->DumpSerializedDisplayList();
}