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

Unified Diff: media/base/media_switches.h

Issue 12443003: Implement out-of-band video compositing on Android: Step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 7 years, 9 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.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index cd092e956fe47583b08c1a3e8117e58c43890650..cb81cbf4e052c7ba7fe6337fe424615300e1823f 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -53,6 +53,10 @@ MEDIA_EXPORT extern const char kEnableVp9Playback[];
MEDIA_EXPORT extern const char kWaveOutBuffers[];
#endif
+#if defined(OS_ANDROID)
+MEDIA_EXPORT extern const char kAlwaysUseExternalVideoSurface[];
+#endif
+
} // namespace switches
#endif // MEDIA_BASE_MEDIA_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698