Index: src/gpu/GrStyle.h |
diff --git a/src/gpu/GrStyle.h b/src/gpu/GrStyle.h |
index 51908344d4fd5fdb252252061e2e0d2e90ec40e3..326f800442c9d2061102ffa2bcfc89b25a552ffc 100644 |
--- a/src/gpu/GrStyle.h |
+++ b/src/gpu/GrStyle.h |
@@ -201,6 +201,8 @@ private: |
SkAutoSTArray<4, SkScalar> fIntervals; |
}; |
+ bool applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const; |
+ |
SkStrokeRec fStrokeRec; |
sk_sp<SkPathEffect> fPathEffect; |
DashInfo fDashInfo; |