| Index: include/core/SkXfermode.h
 | 
| diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
 | 
| index 94f49fac2615b3ccee42cc10ea8f0d3eb13260d8..04630e75f6901d983a24bcdad082f169b69c96a2 100644
 | 
| --- a/include/core/SkXfermode.h
 | 
| +++ b/include/core/SkXfermode.h
 | 
| @@ -149,6 +149,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
 | 
| 
 |