| Index: src/gpu/effects/GrBicubicEffect.h
|
| diff --git a/src/gpu/effects/GrBicubicEffect.h b/src/gpu/effects/GrBicubicEffect.h
|
| index 03476da38fb88e7b0eef9fc062e994eaeaacc0ed..e36aa8d1d5be531270d7937ea25c6065dd7e8f5e 100644
|
| --- a/src/gpu/effects/GrBicubicEffect.h
|
| +++ b/src/gpu/effects/GrBicubicEffect.h
|
| @@ -29,7 +29,6 @@ public:
|
| 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; }
|
|
|
| @@ -93,6 +92,8 @@ private:
|
| 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;
|
|
|
|
|