| Index: src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| diff --git a/src/gpu/effects/GrCustomCoordsTextureEffect.h b/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| index f48a144c5654545eb8676233cdd307b5bb5cb840..84286de04456be8187d4d64aacfbf73ac8abf7c4 100644
|
| --- a/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| +++ b/src/gpu/effects/GrCustomCoordsTextureEffect.h
|
| @@ -28,8 +28,6 @@ public:
|
|
|
| static const char* Name() { return "Texture"; }
|
|
|
| - virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE;
|
| -
|
| const GrShaderVar& inTextureCoords() const { return fInTextureCoords; }
|
|
|
| typedef GrGLCustomCoordsTextureEffect GLProcessor;
|
| @@ -41,6 +39,8 @@ private:
|
|
|
| virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE;
|
|
|
| + virtual void onComputeInvarientOutput(InvarientOutput* invarientOutput) const SK_OVERRIDE;
|
| +
|
| GrTextureAccess fTextureAccess;
|
| const GrShaderVar& fInTextureCoords;
|
|
|
|
|