Bug 1564851 - Disable gfx.webrender.all.qualified by default.

Differential Revision: https://phabricator.services.mozilla.com/D43456

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2019-08-26 14:26:19 +00:00
parent 7ba1b41441
commit 5b1e8b9b47

View File

@ -762,7 +762,7 @@ WebRenderMemoryReporter::CollectReports(nsIHandleReportCallback* aHandleReport,
#undef REPORT_DATA_STORE
static const char* const WR_ROLLOUT_PREF = "gfx.webrender.all.qualified";
static const bool WR_ROLLOUT_PREF_DEFAULTVALUE = true;
static const bool WR_ROLLOUT_PREF_DEFAULTVALUE = false;
static const char* const WR_ROLLOUT_DEFAULT_PREF =
"gfx.webrender.all.qualified.default";
static const bool WR_ROLLOUT_DEFAULT_PREF_DEFAULTVALUE = false;