Index: src/gpu/GrPath.h |
diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h |
index 394db6f5c2e1a7625afcf809ce09ac335a8129a1..eaa3b40fdbf376216786858a6add038e5b6f3e29 100644 |
--- a/src/gpu/GrPath.h |
+++ b/src/gpu/GrPath.h |
@@ -20,8 +20,8 @@ public: |
/** |
* Initialize to a path with a fixed stroke. Stroke must not be hairline. |
*/ |
- GrPath(GrGpu* gpu, bool isWrapped, const SkPath& skPath, const SkStrokeRec& stroke) |
- : INHERITED(gpu, isWrapped), |
+ GrPath(GrGpu* gpu, const SkPath& skPath, const SkStrokeRec& stroke) |
+ : INHERITED(gpu, kCached_LifeCycle), |
fSkPath(skPath), |
fStroke(stroke), |
fBounds(skPath.getBounds()) { |