| 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 e7932046d70913a8a9a535a7fe9e43670b10851d..b1f6056f64e442a52cc06a6a2ce16ea39b120aea 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -58,8 +58,6 @@ void SetContentCommandLineFlags(int max_render_process_count) {
|
|
|
| parsed_command_line->AppendSwitch(switches::kEnableGestureTapHighlight);
|
| parsed_command_line->AppendSwitch(switches::kEnablePinch);
|
| - if (!parsed_command_line->HasSwitch(cc::switches::kEnableImplSidePainting))
|
| - parsed_command_line->AppendSwitch(switches::kEnableCssTransformPinch);
|
|
|
| // Run the GPU service as a thread in the browser instead of as a
|
| // standalone process.
|
|
|