Bug 895409 - Enable SkiaGL canvas on Android r=blassey

This commit is contained in:
James Willcox 2013-07-03 10:06:52 -04:00
parent 2fed89ee3a
commit 4275ab0d48

View File

@ -762,3 +762,7 @@ pref("media.useAudioChannelService", false);
// Turn on the CSP 1.0 parser for Content Security Policy headers
pref("security.csp.speccompliant", true);
// Enable hardware-accelerated Skia canvas
pref("gfx.canvas.azure.backends", "skia");
pref("gfx.canvas.azure.accelerated", true);