mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 08:42:13 +00:00
Bug 1071769 - Enable DrawTargetTiled on b2g. r=Bas
This commit is contained in:
parent
98ea8a9256
commit
89cea6ef63
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user