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

Unified Diff: gm/pixelxorxfermode.cpp

Issue 1645633003: Hide SkPixelXorXfermode from Chrome (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update to ToT 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
« no previous file with comments | « no previous file | include/core/SkPostConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/pixelxorxfermode.cpp
diff --git a/gm/pixelxorxfermode.cpp b/gm/pixelxorxfermode.cpp
index 35926a81c6cd85a82153bc081c4b4ef01e9f5d1b..1692671d3eecbe9b780da857160f6098b89912cf 100644
--- a/gm/pixelxorxfermode.cpp
+++ b/gm/pixelxorxfermode.cpp
@@ -12,6 +12,8 @@
#include "SkPixelXorXfermode.h"
#include "SkStream.h"
+#if SK_INCLUDE_DEPRECATED_XFERMODES
+
class PixelXorXfermodeGM : public skiagm::GM {
public:
PixelXorXfermodeGM() { }
@@ -91,3 +93,5 @@ private:
//////////////////////////////////////////////////////////////////////////////
DEF_GM(return new PixelXorXfermodeGM;)
+
+#endif
« no previous file with comments | « no previous file | include/core/SkPostConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698