| 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 11c7932e4e68b4a03ad173a99a82ae59f278d424..8f7e29cbdb8b5461036d7bbf0e2f7cc482d3b208 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -73,6 +73,9 @@ void SetContentCommandLineFlags(int max_render_process_count,
|
| parsed_command_line->AppendSwitch(switches::kDisableGpuShaderDiskCache);
|
|
|
| parsed_command_line->AppendSwitch(switches::kEnableViewport);
|
| + parsed_command_line->AppendSwitch(switches::kEnableViewportMeta);
|
| + parsed_command_line->AppendSwitch(
|
| + switches::kMainFrameResizesAreOrientationChanges);
|
|
|
| // Disable anti-aliasing.
|
| parsed_command_line->AppendSwitch(
|
|
|