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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2846713002: [Media] Added feature flag for new remote playback pipeline (Closed)
Patch Set: 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: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index 00bf19d4fa44ac10b8394c5c54f3887a2e6d6d9b..445bd0fc21293ff470b57dcaf3cb7cced7308e75 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -516,5 +516,15 @@
"prefix": "experimental-canvas-features",
"base": "fast/canvas-experimental",
"args": ["--enable-experimental-canvas-features"]
+ },
+ {
+ "prefix": "new-remote-playback-pipeline",
+ "base": "media/remoteplayback",
+ "args": ["--enable-features=NewRemotePlaybackPipeline"]
+ },
+ {
+ "prefix": "new-remote-playback-pipeline",
+ "base": "media/controls",
+ "args": ["--enable-features=NewRemotePlaybackPipeline"]
}
]

Powered by Google App Engine
This is Rietveld 408576698