| Index: content/shell/app/shell_main_delegate.cc
|
| ===================================================================
|
| --- content/shell/app/shell_main_delegate.cc (revision 236066)
|
| +++ content/shell/app/shell_main_delegate.cc (working copy)
|
| @@ -129,11 +129,6 @@
|
| }
|
| }
|
|
|
| -#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();
|
|
|
|
|