Index: src/gpu/GrPath.h |
diff --git a/src/gpu/GrPath.h b/src/gpu/GrPath.h |
index f74baf317d0f37eaf8c5552f24e6751873f7eb32..9c816f6caa82a04db7f5961de039ad85066cfe92 100644 |
--- a/src/gpu/GrPath.h |
+++ b/src/gpu/GrPath.h |
@@ -21,7 +21,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, kCached_LifeCycle, GrGpuResource::kOther) |
, fBounds(skPath.getBounds()) |
#ifdef SK_DEBUG |
, fSkPath(skPath) |