Index: src/gpu/GrPathProcessor.h |
diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h |
index 7c1ab2b5df82c539b16376e044ed328cb4b45716..1959795d6a50016f92f77c4752e3e410cdec0d7b 100644 |
--- a/src/gpu/GrPathProcessor.h |
+++ b/src/gpu/GrPathProcessor.h |
@@ -54,6 +54,8 @@ public: |
virtual GrGLPrimitiveProcessor* createGLInstance(const GrBatchTracker& bt, |
const GrGLSLCaps& caps) const override; |
+ bool hasTransformedLocalCoords() const override { return false; } |
+ |
private: |
GrPathProcessor(GrColor color, const SkMatrix& viewMatrix, const SkMatrix& localMatrix); |