| 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 b7bc16df435b698124b9ec068626927f35d69aa5..c013e694d0bfd42ff6e8bf410cf1a578af0f0ead 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -35,6 +35,8 @@
|
| // we are implementing an embedded WebView.
|
| parsed_command_line->AppendSwitch(switches::kSingleProcess);
|
| }
|
| +
|
| + parsed_command_line->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
|
|
|
| parsed_command_line->AppendSwitch(switches::kEnablePinch);
|
| parsed_command_line->AppendSwitch(switches::kEnableViewport);
|
|
|