| Index: src/gpu/GrPath.h
|
| diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h
|
| index 09d317ef2f2d3d0883c01933c67151091b68da20..4cb12f4325c6b3c5741eaeaa5502a28e1a6ad416 100644
|
| --- a/src/gpu/GrPath.h
|
| +++ b/src/gpu/GrPath.h
|
| @@ -20,7 +20,7 @@ public:
|
| * Initialize to a path with a fixed stroke. Stroke must not be hairline.
|
| */
|
| GrPath(GrGpu* gpu, const SkPath& skPath, const GrStrokeInfo& stroke)
|
| - : INHERITED(gpu, kCached_LifeCycle)
|
| + : INHERITED(gpu)
|
| , fBounds(SkRect::MakeEmpty())
|
| , fFillType(GrPathRendering::kWinding_FillType)
|
| #ifdef SK_DEBUG
|
|
|