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

Unified Diff: media/base/media_switches.cc

Issue 1083383005: Connect the new video rendering path to the compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vra
Patch Set: Remove NullVideoSink Created 5 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 43904123893639c8543d56306975e8245e0a9665..6cb46eb82c6573e30037735bb568f3e561cbd3a0 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -9,6 +9,9 @@ namespace switches {
// Allow users to specify a custom buffer size for debugging purpose.
const char kAudioBufferSize[] = "audio-buffer-size";
+// Enables the new vsync driven video renderering path.
+const char kEnableNewVideoRenderer[] = "enable-new-video-renderer";
+
// Set number of threads to use for video decoding.
const char kVideoThreads[] = "video-threads";

Powered by Google App Engine
This is Rietveld 408576698