| Index: src/gpu/GrPathProcessor.h
|
| diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h
|
| index b57f502a86964f2c38a1cf1dd8cfa0e58f57d2c1..8b1f1abc9c87d10e991750da341cbb9131d650a7 100644
|
| --- a/src/gpu/GrPathProcessor.h
|
| +++ b/src/gpu/GrPathProcessor.h
|
| @@ -34,7 +34,7 @@ public:
|
| virtual void getGLProcessorKey(const GrGLSLCaps& caps,
|
| GrProcessorKeyBuilder* b) const override;
|
|
|
| - virtual GrGLPrimitiveProcessor* createGLInstance(const GrGLSLCaps& caps) const override;
|
| + virtual GrGLSLPrimitiveProcessor* createGLInstance(const GrGLSLCaps& caps) const override;
|
|
|
| bool hasTransformedLocalCoords() const override { return false; }
|
|
|
|
|