diff options
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r-- | include/core/SkPaint.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 5865fe85bd..a721479399 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -21,9 +21,6 @@ #include "SkMath.h" #include "SkXfermode.h" -// DEPRECATED - remove -#include "SkPorterDuff.h" - class SkAutoGlyphCache; class SkColorFilter; class SkDescriptor; @@ -465,16 +462,6 @@ public: */ SkXfermode* setXfermode(SkXfermode::Mode); - /** DEPRECATED - Helper for setXfermode, passing the corresponding xfermode object - returned from the PorterDuff factory. - @param mode The porter-duff mode used to create an xfermode for the - paint. - @return the resulting xfermode object (or NULL if the mode is - SrcOver) - */ - SkXfermode* setPorterDuffXfermode(SkPorterDuff::Mode mode); - /** Get the paint's patheffect object. <p /> The patheffect reference count is not affected. |