| 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 fc413d3513e55e09ff8f4a481c569620643fcb2e..fc6b3d26cf7062696155777c43b380cebcfd7b98 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -89,8 +89,6 @@ void SetContentCommandLineFlags(int max_render_process_count,
|
| parsed_command_line->AppendSwitch(
|
| cc::switches::kDisableCompositedAntialiasing);
|
|
|
| - parsed_command_line->AppendSwitch(switches::kUIPrioritizeInGpuProcess);
|
| -
|
| parsed_command_line->AppendSwitch(switches::kEnableDelegatedRenderer);
|
|
|
| if (!plugin_descriptor.empty()) {
|
|
|