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

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

Issue 650143002: Add flag to enable antialiased clipping in HTML5 canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up Created 6 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 48ab143cab065e76df3f4342a9bdd132a66dfd07..b6d999d3a3f8c3fa1163e17ff26148d733ef7a00 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -278,6 +278,9 @@ const char kDisableZeroCopy[] = "disable-zero-copy";
// based tests.
const char kDomAutomationController[] = "dom-automation";
+// Enable antialiasing on 2d canvas clips (as opposed to draw operations)
+const char kEnable2dCanvasClipAntialiasing[] = "enable-canvas-clip-aa";
Justin Novosad 2014/10/14 14:21:50 Nit: command line flags that affect the 2d renderi
robertphillips 2014/10/16 13:33:23 Done.
+
// Enable partially decoding jpeg images using the GPU.
// At least YUV decoding will be accelerated when using this flag.
// Has no effect unless GPU rasterization is enabled.

Powered by Google App Engine
This is Rietveld 408576698