Bug 895409 - Enable SkiaGL canvas on Android r=blassey

This commit is contained in:
James Willcox 2013-07-19 14:03:46 -04:00
parent 5b0eed3326
commit b8ebcbfc56

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