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