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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

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: third_party/WebKit/Source/core/frame/Settings.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index 29e768238341c3a73fafad0309244c50add99a60..4c292758da4edfca7fdd69ded7169c845ec3e34c 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -87,7 +87,7 @@ webGLEnabled initial=false
webGLErrorsToConsoleEnabled initial=true
antialiased2dCanvasEnabled initial=true
-antialiasedClips2dCanvasEnabled initial=false
+antialiasedClips2dCanvasDisabled initial=false
Justin Novosad 2016/09/21 21:27:02 This is not correct. We do not do inverted logic f
xlai (Olivia) 2016/09/22 14:11:34 I assume you want to enforce antialiasedClips to b
accelerated2dCanvasMSAASampleCount type=int, initial=0
hyperlinkAuditingEnabled initial=false

Powered by Google App Engine
This is Rietveld 408576698