aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkStroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkStroke.cpp b/src/core/SkStroke.cpp
index 6d3b4fd4bc..729ec4e544 100644
--- a/src/core/SkStroke.cpp
+++ b/src/core/SkStroke.cpp
@@ -776,7 +776,7 @@ void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst,
join = SkPaint::kBevel_Join;
}
- switch (fJoin) {
+ switch (join) {
case SkPaint::kMiter_Join:
dst->addRect(r, dir);
break;