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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index b3fd2103a914f29937bdad87f8eb66aa71f8778f..34ac0de8b8dafa2302b14466b95a50a3196fe819 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -89,6 +89,7 @@ extern const char kDisableXSLT[];
extern const char kDisableXSSAuditor[];
CONTENT_EXPORT extern const char kDisableZeroCopy[];
CONTENT_EXPORT extern const char kDomAutomationController[];
+CONTENT_EXPORT extern const char kEnable2dCanvasClipAntialiasing[];
jochen (gone - plz use gerrit) 2014/10/14 13:50:12 nit. no CONTENT_EXPORT
robertphillips 2014/10/16 13:33:23 Done.
CONTENT_EXPORT extern const char kEnableAcceleratedJpegDecoding[];
CONTENT_EXPORT extern const char kEnableBleedingEdgeRenderingFastPaths[];
CONTENT_EXPORT extern const char kEnableLayerSquashing[];

Powered by Google App Engine
This is Rietveld 408576698