Index: src/gpu/effects/GrConvexPolyEffect.h |
diff --git a/src/gpu/effects/GrConvexPolyEffect.h b/src/gpu/effects/GrConvexPolyEffect.h |
index d1fdd0fe03fb0d2dd6254316c390b7b644542458..d18ed517edf703e98185c3aaa860161182669ddc 100644 |
--- a/src/gpu/effects/GrConvexPolyEffect.h |
+++ b/src/gpu/effects/GrConvexPolyEffect.h |
@@ -69,13 +69,13 @@ public: |
const SkScalar* getEdges() const { return fEdges; } |
- void getGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override; |
- |
GrGLFragmentProcessor* createGLInstance() const override; |
private: |
GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]); |
+ void onGetGLProcessorKey(const GrGLSLCaps&, GrProcessorKeyBuilder*) const override; |
+ |
bool onIsEqual(const GrFragmentProcessor& other) const override; |
void onComputeInvariantOutput(GrInvariantOutput* inout) const override; |