| Index: src/gpu/effects/GrBezierEffect.h
|
| diff --git a/src/gpu/effects/GrBezierEffect.h b/src/gpu/effects/GrBezierEffect.h
|
| index e6751db0284af9ee18c7539bc8b448b53261ea36..df06fba15a7dde656bb5feec49344210c8a870f3 100644
|
| --- a/src/gpu/effects/GrBezierEffect.h
|
| +++ b/src/gpu/effects/GrBezierEffect.h
|
| @@ -102,7 +102,7 @@ public:
|
| private:
|
| GrConicEffect(GrPrimitiveEdgeType);
|
|
|
| - virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE;
|
| + virtual bool onIsEqual(const GrGeometryProcessor& other) const SK_OVERRIDE;
|
|
|
| virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
| inout->mulByUnknownAlpha();
|
| @@ -174,7 +174,7 @@ public:
|
| private:
|
| GrQuadEffect(GrPrimitiveEdgeType);
|
|
|
| - virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE;
|
| + virtual bool onIsEqual(const GrGeometryProcessor& other) const SK_OVERRIDE;
|
|
|
| virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
| inout->mulByUnknownAlpha();
|
| @@ -248,7 +248,7 @@ public:
|
| private:
|
| GrCubicEffect(GrPrimitiveEdgeType);
|
|
|
| - virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE;
|
| + virtual bool onIsEqual(const GrGeometryProcessor& other) const SK_OVERRIDE;
|
|
|
| virtual void onComputeInvariantOutput(InvariantOutput* inout) const SK_OVERRIDE {
|
| inout->mulByUnknownAlpha();
|
|
|