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

Unified Diff: content/public/common/content_switches.cc

Issue 1286583002: Stop setting --enable-overlay-fullscreen-video on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: forgot namespace Created 5 years, 4 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/public/common/content_switches.h ('k') | content/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index bd75268f7b8d9f7092f9ecbe973729b8706aa2ab..24af8fb0d38850efe2e1ba2d033b23f2d740cab4 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -380,6 +380,8 @@ const char kEnableNetworkInformation[] = "enable-network-information";
const char kEnableOneCopy[] = "enable-one-copy";
// Enables use of hardware overlay for fullscreen video playback. Android only.
+// TODO(watk): Remove this once blink is updated to pass
+// kForceOverlayFullscreenVideo for layout tests. http://crbug.com/511376
const char kEnableOverlayFullscreenVideo[] = "enable-overlay-fullscreen-video";
// Enables compositor-accelerated touch-screen pinch gestures.
@@ -523,6 +525,10 @@ const char kForceGpuRasterization[] = "force-gpu-rasterization";
const char kGpuRasterizationMSAASampleCount[] =
"gpu-rasterization-msaa-sample-count";
+// Forces use of hardware overlay for fullscreen video playback. Useful for
+// testing the Android overlay fullscreen functionality on other platforms.
+const char kForceOverlayFullscreenVideo[] = "force-overlay-fullscreen-video";
+
// Force renderer accessibility to be on instead of enabling it on demand when
// a screen reader is detected. The disable-renderer-accessibility switch
// overrides this if present.
« no previous file with comments | « content/public/common/content_switches.h ('k') | content/renderer/media/android/webmediaplayer_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698