summaryrefslogtreecommitdiffstats
path: root/content/browser/android/content_startup_flags.cc
diff options
context:
space:
mode:
authortrchen@chromium.org <trchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 09:19:10 +0000
committertrchen@chromium.org <trchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-26 09:19:10 +0000
commit59ea91d17ed9edf04e59f00d02ef2d62c3ca55fe (patch)
tree0a9d538673c25be68420beb7428934f868a7a914 /content/browser/android/content_startup_flags.cc
parent2da32e7e721929041e822ed094220860588e0bf9 (diff)
downloadchromium_src-59ea91d17ed9edf04e59f00d02ef2d62c3ca55fe.zip
chromium_src-59ea91d17ed9edf04e59f00d02ef2d62c3ca55fe.tar.gz
chromium_src-59ea91d17ed9edf04e59f00d02ef2d62c3ca55fe.tar.bz2
Convert USE(NATIVE_FULLSCREEN_VIDEO) to a runtime enabled feature
This patch adds the boilerplate code to propagate command line switch to Blink, and selectively enables alpha channel in content_shell for layout tests. Blink patch: https://codereview.chromium.org/22454003 R=jam@chromium.org Review URL: https://codereview.chromium.org/23597036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/android/content_startup_flags.cc')
-rw-r--r--content/browser/android/content_startup_flags.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc
index 1bac2ef..b755e4d 100644
--- a/content/browser/android/content_startup_flags.cc
+++ b/content/browser/android/content_startup_flags.cc
@@ -62,8 +62,9 @@ void SetContentCommandLineFlags(int max_render_process_count,
parsed_command_line->AppendSwitch(switches::kEnableGestureTapHighlight);
parsed_command_line->AppendSwitch(switches::kEnablePinch);
- parsed_command_line->AppendSwitch(switches::kEnableOverscrollNotifications);
+ parsed_command_line->AppendSwitch(switches::kEnableOverlayFullscreenVideo);
parsed_command_line->AppendSwitch(switches::kEnableOverlayScrollbars);
+ parsed_command_line->AppendSwitch(switches::kEnableOverscrollNotifications);
// Run the GPU service as a thread in the browser instead of as a
// standalone process.