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

Unified Diff: media/media_options.gni

Issue 2161083004: [DO NOT COMMIT] MediaPlayerRenderer using StreamTextures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 33b39199f9421ee24cd0891319ab918a7fd7d963..1bd7fa61a7186cdd24887599fc6761b9ee917228 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -77,6 +77,11 @@ declare_args() {
# Enable the TestMojoMediaClient to be used in MojoMediaApplication. This is
# for testing only and will override the default platform MojoMediaClient.
enable_test_mojo_media_client = false
+
+ # Enable and force the use of the Mojo MediaPlayerRenderer.
+ # This flag is unafected by the |mojo_media_services|, because the service
+ # will always live in the browser process, regarless of |mojo_media_host|.
+ force_mojo_media_player_renderer = false
}
# Use a second declare_args() to pick up possible overrides of enable_mojo_media

Powered by Google App Engine
This is Rietveld 408576698