Index: include/core/SkXfermode.h |
diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h |
index 21d77f874768bcf03ef28607285377b55ab2b045..39876bfe5effd49e4e48350dc83ca84b38d4cb62 100644 |
--- a/include/core/SkXfermode.h |
+++ b/include/core/SkXfermode.h |
@@ -146,6 +146,8 @@ public: |
static SkXfermodeProc GetProc(Mode mode); |
static SkXfermodeProc4f GetProc4f(Mode); |
+ virtual SkXfermodeProc4f getProc4f() const; |
+ |
/** |
* If the specified mode can be represented by a pair of Coeff, then return |
* true and set (if not NULL) the corresponding coeffs. If the mode is |