Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[embedlite] Enable skia rendering backend. Fixes JB#35465
Both B2G and Android Firefox 38 are using skia azure backend.
  • Loading branch information
rainemak committed Jun 9, 2016
1 parent 9216f7c commit aceb134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions embedding/embedlite/embedding.js
Expand Up @@ -250,6 +250,10 @@ pref("gfx.displayport.strategy", 1);
// (see bug 700023, bug 846832, bug 847344)
pref("gfx.font_rendering.graphite.enabled", false);

// Enable hardware-accelerated Skia canvas
pref("gfx.canvas.azure.backends", "skia");
pref("gfx.canvas.azure.accelerated", true);

// don't allow JS to move and resize existing windows
pref("dom.disable_window_move_resize", true);

Expand Down

0 comments on commit aceb134

Please sign in to comment.