Bug 1071769 - Enable DrawTargetTiled on b2g. r=Bas

This commit is contained in:
Nicolas Silva 2014-12-23 10:52:27 +01:00
parent 98ea8a9256
commit 89cea6ef63

View File

@ -3952,6 +3952,10 @@ pref("layers.tiled-drawtarget.enabled", true);
pref("layers.offmainthreadcomposition.enabled", true);
#endif
#ifdef MOZ_WIDGET_GONK
pref("layers.tiled-drawtarget.enabled", true);
#endif
// same effect as layers.offmainthreadcomposition.enabled, but specifically for
// use with tests.
pref("layers.offmainthreadcomposition.testing.enabled", false);