| Index: src/gpu/GrGeometryProcessor.cpp
|
| diff --git a/src/gpu/GrGeometryProcessor.cpp b/src/gpu/GrGeometryProcessor.cpp
|
| index 3980767b1b5201dde24adf47321ba73cefe2eba1..75e6ed8166d8195f05379fc0129a1251da30f3b6 100644
|
| --- a/src/gpu/GrGeometryProcessor.cpp
|
| +++ b/src/gpu/GrGeometryProcessor.cpp
|
| @@ -503,7 +503,7 @@ private:
|
| GrPathProcessor::GrPathProcessor(GrColor color,
|
| const SkMatrix& viewMatrix,
|
| const SkMatrix& localMatrix)
|
| - : INHERITED(viewMatrix, localMatrix)
|
| + : INHERITED(viewMatrix, localMatrix, true)
|
| , fColor(color) {
|
| this->initClassID<GrPathProcessor>();
|
| }
|
|
|