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

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

Issue 2359843003: Turning on clip anti-aliasing by default in Chrome. (Closed)
Patch Set: Addressing comments. 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-clip-anti-aliasing.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a243d52fd01ee7c9131dcf4b1014c701b687ac26..aee3ae2cdd101319e346c4b8d3febde0a34479da 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
+antialiasedClips2dCanvasEnabled initial=true
accelerated2dCanvasMSAASampleCount type=int, initial=0
hyperlinkAuditingEnabled initial=false
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-clip-anti-aliasing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698