Index: content/browser/android/content_startup_flags.cc |
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc |
index 1bac2efc4b6efce9bc3fd4d5dfda9930fdae02bf..b755e4dc783f12c4f3b5576b5cb94e4de1469bb4 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. |