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

Unified Diff: media/base/media_switches.cc

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.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 266a9d2a55efe274872c611b185806b1edd1b513..2266f10dd690c7235c296e087a9d7572cb11a6b8 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -66,4 +66,11 @@ const char kEnableVp9Playback[] = "enable-vp9-playback";
const char kWaveOutBuffers[] = "waveout-buffers";
#endif
+#if defined(OS_ANDROID)
+// Always use external video surface. Normally, external video surfaces are used
+// sparingly.
+const char kAlwaysUseExternalVideoSurface[] =
+ "always-use-external-video-surface";
scherkus (not reviewing) 2013/03/07 00:09:13 nit: remove "Always" prefix (it's more common to h
wonsik 2013/03/07 02:54:08 Done.
+#endif
+
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698