| 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 b755e4dc783f12c4f3b5576b5cb94e4de1469bb4..8c622c2ff9594f321cc3be9f7dd679a8c0bc25e0 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -75,9 +75,6 @@ void SetContentCommandLineFlags(int max_render_process_count,
|
| parsed_command_line->AppendSwitch(switches::kEnableFixedLayout);
|
| parsed_command_line->AppendSwitch(switches::kEnableViewport);
|
|
|
| - // Disable <canvas> path antialiasing.
|
| - parsed_command_line->AppendSwitch(switches::kDisable2dCanvasAntialiasing);
|
| -
|
| // Disable anti-aliasing.
|
| parsed_command_line->AppendSwitch(
|
| cc::switches::kDisableCompositedAntialiasing);
|
|
|