Chromium Code Reviews| 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 ca3141f0055cee494a66262db7a877c3e7421aaa..1240cb99890c433ce241b27516998dabcce83d10 100644 |
| --- a/content/browser/android/content_startup_flags.cc |
| +++ b/content/browser/android/content_startup_flags.cc |
| @@ -52,8 +52,6 @@ void SetContentCommandLineFlags(bool single_process, |
| parsed_command_line->AppendSwitch(switches::kSingleProcess); |
| } |
| - parsed_command_line->AppendSwitch( |
| - switches::kEnableCompositingForFixedPosition); |
|
danakj
2014/08/15 21:11:12
This comes from OS_ANDROID in the PreferCompositin
|
| parsed_command_line->AppendSwitch(switches::kEnableAcceleratedOverflowScroll); |
| parsed_command_line->AppendSwitch(switches::kEnableBeginFrameScheduling); |