aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkStroke.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkStroke.cpp b/src/core/SkStroke.cpp
index 729ec4e544..9b20bd844f 100644
--- a/src/core/SkStroke.cpp
+++ b/src/core/SkStroke.cpp
@@ -786,6 +786,8 @@ void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst,
case SkPaint::kRound_Join:
dst->addRoundRect(r, radius, radius, dir);
break;
+ default:
+ break;
}
if (fWidth < SkMinScalar(rw, rh) && !fDoFill) {