Index: src/gpu/effects/GrBicubicEffect.h |
diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h |
index e36aa8d1d5be531270d7937ea25c6065dd7e8f5e..03476da38fb88e7b0eef9fc062e994eaeaacc0ed 100644 |
--- a/src/gpu/effects/GrBicubicEffect.h |
+++ b/src/gpu/effects/GrBicubicEffect.h |
@@ -29,6 +29,7 @@ |
typedef GrGLBicubicEffect GLProcessor; |
virtual const GrBackendFragmentProcessorFactory& getFactory() const SK_OVERRIDE; |
+ virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE; |
const GrTextureDomain& domain() const { return fDomain; } |
@@ -92,8 +93,6 @@ |
const SkMatrix &matrix, const SkRect& domain); |
virtual bool onIsEqual(const GrProcessor&) const SK_OVERRIDE; |
- virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE; |
- |
float fCoefficients[16]; |
GrTextureDomain fDomain; |