Bug 905227 - Turn on Skia/GL on B2G - r=nical

This commit is contained in:
Benoit Jacob 2013-09-06 08:02:12 -04:00
parent ee0dd7b14a
commit 8ef22eed60

View File

@ -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);