| 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
|
|
|