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

Unified Diff: content/public/common/web_preferences.cc

Issue 2359843003: Turning on clip anti-aliasing by default in Chrome. (Closed)
Patch Set: Addressing comments from patch set 3. Created 4 years, 3 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
Index: content/public/common/web_preferences.cc
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
index 3e53ef532328243de7432e541086f0f9324a9876..e11efd1904f86d31b2d7a5e519996e9a6fa54076 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -111,7 +111,7 @@ WebPreferences::WebPreferences()
minimum_accelerated_2d_canvas_size(257 * 256),
disable_2d_canvas_copy_on_write(false),
antialiased_2d_canvas_disabled(false),
- antialiased_clips_2d_canvas_enabled(false),
+ antialiased_clips_2d_canvas_enabled(true),
accelerated_2d_canvas_msaa_sample_count(0),
accelerated_filters_enabled(false),
deferred_filters_enabled(false),

Powered by Google App Engine
This is Rietveld 408576698