Bug 1635069 - Fix beta build with new gfxConfigManager. a=77beta-fix

Differential Revision: https://phabricator.services.mozilla.com/D73614
This commit is contained in:
Andrew Osmond 2020-05-04 10:44:18 +00:00
parent 54f965e51e
commit 5b4cfc2d09

View File

@ -43,8 +43,10 @@ void gfxConfigManager::Init() {
StaticPrefs::gfx_webrender_max_partial_present_rects_AtStartup() > 0;
#ifdef XP_WIN
mWrForceAngle = StaticPrefs::gfx_webrender_force_angle_AtStartup();
#ifdef NIGHTLY_BUILD
mWrForceAngleNoGPUProcess = StaticPrefs::
gfx_webrender_enabled_no_gpu_process_with_angle_win_AtStartup();
#endif
mWrDCompWinEnabled =
Preferences::GetBool("gfx.webrender.dcomp-win.enabled", false);
#endif