Index: src/gpu/batches/GrDrawPathBatch.h |
diff --git a/src/gpu/batches/GrDrawPathBatch.h b/src/gpu/batches/GrDrawPathBatch.h |
index e605b3e2924bd69201c16755c4d7ad8ab02742f5..1156dc5e201f49961c821d4f10ee04cffb7cfef5 100644 |
--- a/src/gpu/batches/GrDrawPathBatch.h |
+++ b/src/gpu/batches/GrDrawPathBatch.h |
@@ -116,7 +116,7 @@ public: |
private: |
GrPathRangeDraw(GrPathRange* range, TransformType transformType, int reserveCnt) |
- : fPathRange(SkRef(range)) |
+ : fPathRange(range) |
, fTransformType(transformType) |
, fIndices(reserveCnt) |
, fTransforms(reserveCnt * GrPathRendering::PathTransformSize(transformType)) { |