Index: src/gpu/effects/GrConvexPolyEffect.h |
diff --git a/src/gpu/effects/GrConvexPolyEffect.h b/src/gpu/effects/GrConvexPolyEffect.h |
index e4749390a4a3e222c198fb956ab38ea66b4b73b4..f0496462b2d83a7b09e2e8cd97506b33a129b3de 100644 |
--- a/src/gpu/effects/GrConvexPolyEffect.h |
+++ b/src/gpu/effects/GrConvexPolyEffect.h |
@@ -70,8 +70,6 @@ public: |
typedef GrGLConvexPolyEffect GLProcessor; |
- virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE; |
- |
virtual const GrBackendFragmentProcessorFactory& getFactory() const SK_OVERRIDE; |
private: |
@@ -79,6 +77,8 @@ private: |
virtual bool onIsEqual(const GrProcessor& other) const SK_OVERRIDE; |
+ virtual void onComputeInvarientOutput(InvarientOutput* invarientOutput) const SK_OVERRIDE; |
+ |
GrPrimitiveEdgeType fEdgeType; |
int fEdgeCount; |
SkScalar fEdges[3 * kMaxEdges]; |