| Index: src/gpu/GrPathProcessor.cpp
|
| diff --git a/src/gpu/GrPathProcessor.cpp b/src/gpu/GrPathProcessor.cpp
|
| index 6ecad59bc742024d2e755e02debfcbb9f45f6949..f1faa7d239762cd857d190a6b7c1db738e45d92b 100644
|
| --- a/src/gpu/GrPathProcessor.cpp
|
| +++ b/src/gpu/GrPathProcessor.cpp
|
| @@ -123,7 +123,8 @@ GrPathProcessor::GrPathProcessor(GrColor color,
|
| const GrXPOverridesForBatch& overrides,
|
| const SkMatrix& viewMatrix,
|
| const SkMatrix& localMatrix)
|
| - : fColor(color)
|
| + : INHERITED(true)
|
| + , fColor(color)
|
| , fViewMatrix(viewMatrix)
|
| , fLocalMatrix(localMatrix)
|
| , fOverrides(overrides) {
|
|
|