| Index: chrome/browser/android/chrome_startup_flags.cc
|
| diff --git a/chrome/browser/android/chrome_startup_flags.cc b/chrome/browser/android/chrome_startup_flags.cc
|
| index 46f0ceea469773ac264ae15c94ede8211f660dd8..e6edaa2b46f4fa0fc95a871c9a78917a16ce06cc 100644
|
| --- a/chrome/browser/android/chrome_startup_flags.cc
|
| +++ b/chrome/browser/android/chrome_startup_flags.cc
|
| @@ -48,6 +48,4 @@ void SetChromeSpecificCommandLineFlags() {
|
| #if defined(GOOGLE_TV)
|
| SetCommandLineSwitch(switches::kPpapiInProcess);
|
| #endif
|
| - // Disable <canvas> path antialiasing.
|
| - SetCommandLineSwitch(switches::kDisable2dCanvasAntialiasing);
|
| }
|
|
|