| 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 cbc284f32393eae45e950919631946e4eeed97d7..e5acab948e7afdab20e5bc6b3ea37e7399099955 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -54,6 +54,8 @@
|
| parsed_command_line->AppendSwitch(switches::kSingleProcess);
|
| }
|
|
|
| + parsed_command_line->AppendSwitch(switches::kEnableBeginFrameScheduling);
|
| +
|
| parsed_command_line->AppendSwitch(switches::kEnablePinch);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayFullscreenVideo);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayScrollbar);
|
|
|