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

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

Issue 2359843003: Turning on clip anti-aliasing by default in Chrome. (Closed)
Patch Set: Adding the layout test. 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.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 3733fb1c4ce76f1c1ecd12bc654cecacb6c2b779..0bd0ac1f03bec7bad25d824c8fb2d7e12465b85b 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -132,7 +132,7 @@ struct CONTENT_EXPORT WebPreferences {
int minimum_accelerated_2d_canvas_size;
bool disable_2d_canvas_copy_on_write;
bool antialiased_2d_canvas_disabled;
- bool antialiased_clips_2d_canvas_enabled;
+ bool antialiased_clips_2d_canvas_disabled;
int accelerated_2d_canvas_msaa_sample_count;
bool accelerated_filters_enabled;
bool deferred_filters_enabled;

Powered by Google App Engine
This is Rietveld 408576698