зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7ba1b41441
Коммит
5b1e8b9b47
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче