Index: src/gpu/effects/GrSingleTextureEffect.h |
=================================================================== |
--- src/gpu/effects/GrSingleTextureEffect.h (revision 7135) |
+++ src/gpu/effects/GrSingleTextureEffect.h (working copy) |
@@ -35,6 +35,10 @@ |
static const char* Name() { return "Single Texture"; } |
+ /** Note that if this class is sub-classed, the subclass may have to override this function. |
+ */ |
+ virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE; |
+ |
const SkMatrix& getMatrix() const { return fMatrix; } |
typedef GrGLSingleTextureEffect GLEffect; |