Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1494)

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2450833003: Separate rAF aligned Touch and Mouse Input settings (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index fdffeb46d76d73f9ca38823ed61a6252919ab613..415730b6243380f597edfd46326d32750f76a128 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1419,7 +1419,7 @@
]
}
],
- "RafAlignedInput": [
+ "RafAlignedMouseInput": [
{
"platforms": [
"android",
@@ -1432,7 +1432,26 @@
{
"name": "Enabled",
"enable_features": [
- "RafAlignedInput"
+ "RafAlignedMouseInput"
+ ]
+ }
+ ]
+ }
+ ],
+ "RafAlignedTouchInput": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "enable_features": [
+ "RafAlignedTouchInput"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698