зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1285271 - Disable_copy_on_write_canvas_on_windows_r_jnicol: Disable copy-on-write canvas on Windows. r=jnicol
This commit is contained in:
Родитель
cb7fcbf7af
Коммит
57ddfd4c42
|
@ -4589,7 +4589,11 @@ pref("layers.d3d11.disable-warp", true);
|
|||
#endif
|
||||
|
||||
// Copy-on-write canvas
|
||||
#ifdef XP_WIN
|
||||
pref("layers.shared-buffer-provider.enabled", false);
|
||||
#else
|
||||
pref("layers.shared-buffer-provider.enabled", true);
|
||||
#endif
|
||||
|
||||
// Force all possible layers to be always active layers
|
||||
pref("layers.force-active", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче