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

Unified Diff: media/base/media_switches.h

Issue 23903023: Add --mediadrm-enable-non-compositing flag for Chrome on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index de7b7dd4b952e4e88efdf49aecb556343c9be47c..01f550233dbc3e59ba188b3b9889f8576a2a0b64 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -26,6 +26,10 @@ MEDIA_EXPORT extern const char kOverrideEncryptedMediaCanPlayType[];
MEDIA_EXPORT extern const char kEnableMP3StreamParser[];
+#if defined(OS_ANDROID)
+MEDIA_EXPORT extern const char kMediaDrmEnableNonCompositing[];
+#endif
+
#if defined(GOOGLE_TV)
MEDIA_EXPORT extern const char kUseExternalVideoSurfaceThresholdInPixels[];
#endif
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698