Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: chrome/browser/android/chrome_startup_flags.cc

Issue 26667005: Android: disable 2d canvas AA in a different place. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/android/content_startup_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | content/browser/android/content_startup_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698