Skip to content

Commit

Permalink
Merge branch 'jb35465' into 'nemo_embedlite_38'
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.

See merge request !25
  • Loading branch information
rainemak committed Jun 10, 2016
2 parents 7e10db0 + aceb134 commit dac7364
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 dac7364

Please sign in to comment.