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