Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable tiled thebes rendering back to embedlit
  • Loading branch information
tmeshkova committed Feb 14, 2014
1 parent 7803229 commit 9a187ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedding/embedlite/embedding.js
Expand Up @@ -42,7 +42,7 @@ pref("webgl.force-enabled", true);
pref("browser.dom.window.dump.enabled", true);
pref("layers.acceleration.draw-fps", false);
pref("layers.use-deprecated-textures", false);
pref("layers.force-tiles", true);
pref("layers.enable-tiles", true);
pref("font.size.inflation.disabledInMasterProcess", true);
pref("apz.pan_repaint_interval", 5050);
pref("apz.fling_repaint_interval", 150);
Expand Down

0 comments on commit 9a187ee

Please sign in to comment.