Skip to content
Snippets Groups Projects
Commit b9a61661 authored by David Anderson's avatar David Anderson
Browse files

Add layers.offmainthreadcomposition.enabled to telemetry. (bug 1187453, r=vladan)

--HG--
extra : rebase_source : f7b72683d2f3ca53bc8a0272eab5c12993dabdf6
parent c0a2c6f1
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ const DEFAULT_ENVIRONMENT_PREFS = new Map([
["layers.componentalpha.enabled", TelemetryEnvironment.RECORD_PREF_VALUE],
["layers.d3d11.disable-warp", TelemetryEnvironment.RECORD_PREF_VALUE],
["layers.d3d11.force-warp", TelemetryEnvironment.RECORD_PREF_VALUE],
["layers.offmainthreadcomposition.enabled", TelemetryEnvironment.RECORD_PREF_VALUE],
["layers.prefer-d3d9", TelemetryEnvironment.RECORD_PREF_VALUE],
["layers.prefer-opengl", TelemetryEnvironment.RECORD_PREF_VALUE],
["layout.css.devPixelsPerPx", TelemetryEnvironment.RECORD_PREF_VALUE],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment