| Index: content/shell/app/shell_main_delegate.cc
|
| diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
|
| index 7f1d570adeb1f7d2ee6d09429730b2cdae306ed7..69acb624cb67523037125bf3cd39c1767ffb93ac 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -129,11 +129,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| }
|
| }
|
|
|
| -#if defined(OS_ANDROID)
|
| - // Disable <canvas> path antialiasing for consistency with Android Chrome.
|
| - command_line.AppendSwitch(switches::kDisable2dCanvasAntialiasing);
|
| -#endif
|
| -
|
| if (command_line.HasSwitch(switches::kDumpRenderTree)) {
|
| EnableBrowserLayoutTestMode();
|
|
|
|
|