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

Unified Diff: src/core/SkValue.h

Issue 1645633003: Hide SkPixelXorXfermode from Chrome (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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: src/core/SkValue.h
diff --git a/src/core/SkValue.h b/src/core/SkValue.h
index 5200842228a42c022f72d3c9df8f9d84c164650d..289f10db8cc7568999613aec3e0da386302a9938 100644
--- a/src/core/SkValue.h
+++ b/src/core/SkValue.h
@@ -29,7 +29,11 @@ public:
ArithmeticXfermode,
DefaultXfermode,
+#if SK_INCLUDE_DEPRECATED_XFERMODES
PixelXorXfermode,
+#else
+ DeprecatedXfermode,
+#endif
ProcCoeffXfermode,
kMaxPublicObject = 0x7FFFFFFF,

Powered by Google App Engine
This is Rietveld 408576698