| Index: include/effects/SkPixelXorXfermode.h
|
| diff --git a/include/effects/SkPixelXorXfermode.h b/include/effects/SkPixelXorXfermode.h
|
| index c248de6cc1db0207ef32de8f92e8c2d66e211120..23007934d8f66e17f670a9462d36a14a05d941b7 100644
|
| --- a/include/effects/SkPixelXorXfermode.h
|
| +++ b/include/effects/SkPixelXorXfermode.h
|
| @@ -10,6 +10,8 @@
|
|
|
| #include "SkXfermode.h"
|
|
|
| +#if SK_INCLUDE_DEPRECATED_XFERMODES
|
| +
|
| /** SkPixelXorXfermode implements a simple pixel xor (op ^ src ^ dst).
|
| This transformation does not follow premultiplied conventions, therefore
|
| this proc *always* returns an opaque color (alpha == 255). Thus it is
|
| @@ -44,3 +46,5 @@ private:
|
| };
|
|
|
| #endif
|
| +
|
| +#endif
|
|
|