Index: src/gpu/batches/GrMSAAPathRenderer.cpp |
diff --git a/src/gpu/batches/GrMSAAPathRenderer.cpp b/src/gpu/batches/GrMSAAPathRenderer.cpp |
index ec54f320dee333e2a65a3daa1d797262b2fdb8dc..324a97651354809eddd905ee9efe17bf38fedb98 100644 |
--- a/src/gpu/batches/GrMSAAPathRenderer.cpp |
+++ b/src/gpu/batches/GrMSAAPathRenderer.cpp |
@@ -122,7 +122,6 @@ public: |
const Attribute* inUV() const { return fInUV; } |
const Attribute* inColor() const { return fInColor; } |
const SkMatrix& viewMatrix() const { return fViewMatrix; } |
- const SkMatrix& localMatrix() const { return SkMatrix::I(); } |
class GLSLProcessor : public GrGLSLGeometryProcessor { |
public: |
@@ -177,13 +176,6 @@ public: |
} |
} |
- void setTransformData(const GrPrimitiveProcessor& primProc, |
- const GrGLSLProgramDataManager& pdman, |
- int index, |
- const SkTArray<const GrCoordTransform*, true>& transforms) override { |
- this->setTransformDataHelper<MSAAQuadProcessor>(primProc, pdman, index, transforms); |
- } |
- |
private: |
typedef GrGLSLGeometryProcessor INHERITED; |