| Index: src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrAAConvexPathRenderer.cpp b/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| index b0ddaeb65c43f26954c7cac7e9db669500f39e8b..1ce0083cf26240992e63cd9910150eaeeaafcaf3 100644
|
| --- a/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrAAConvexPathRenderer.cpp
|
| @@ -628,7 +628,8 @@ public:
|
| const GrGLSLProgramDataManager& pdman,
|
| int index,
|
| const SkTArray<const GrCoordTransform*, true>& transforms) override {
|
| - this->setTransformDataHelper<QuadEdgeEffect>(primProc, pdman, index, transforms);
|
| + this->setTransformDataHelper(primProc.cast<QuadEdgeEffect>().fLocalMatrix, pdman, index,
|
| + transforms);
|
| }
|
|
|
| private:
|
|
|