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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2841263002: [VSync Queue] Flush input in CommitComplete() (Closed)
Patch Set: Test Patch: VsyncAlignedInput Enabled Created 3 years, 8 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 43667a0de8540173f0acdc72f195dccd402ac02e..3d776bcc62f02144d4d600577c2a5fabe64aab12 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -3202,6 +3202,26 @@
]
}
],
+ "VsyncAlignedInput": [
dtapuska 2017/04/27 16:24:44 The variation change should be a separate change e
chongz 2017/04/27 19:12:14 Removed. Was uploaded for telemetry testing.
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enable",
+ "enable_features": [
+ "RequestUnbufferedDispatch",
+ "VsyncAlignedInput"
+ ]
+ }
+ ]
+ }
+ ],
"WebApkGooglePlay": [
{
"platforms": [

Powered by Google App Engine
This is Rietveld 408576698