mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
Bug 905227 - Turn on Skia/GL on B2G - r=nical
This commit is contained in:
parent
ee0dd7b14a
commit
8ef22eed60
@ -750,3 +750,8 @@ pref("dom.promise.enabled", false);
|
||||
// (only applies when marionette is disabled)
|
||||
// 0 disables the timer.
|
||||
pref("b2g.adb.timeout-hours", 12);
|
||||
|
||||
// enable Skia/GL (OpenGL-accelerated 2D drawing) for large enough 2d canvases,
|
||||
// falling back to Skia/software for smaller canvases
|
||||
pref("gfx.canvas.azure.backends", "skia");
|
||||
pref("gfx.canvas.azure.accelerated", true);
|
||||
|
Loading…
Reference in New Issue
Block a user