Index: src/gpu/GrStyle.cpp |
diff --git a/src/gpu/GrStyle.cpp b/src/gpu/GrStyle.cpp |
index 7ea5193b35bf1eeb8f4b06b2292b6527fb1d146f..153cade919ef94b5667356ddb60b977d673fca25 100644 |
--- a/src/gpu/GrStyle.cpp |
+++ b/src/gpu/GrStyle.cpp |
@@ -104,7 +104,7 @@ void GrStyle::WriteKey(uint32_t *key, const GrStyle &style, Apply apply, SkScala |
} |
void GrStyle::initPathEffect(SkPathEffect* pe) { |
- SkASSERT(!fPathEffect) |
+ SkASSERT(!fPathEffect); |
SkASSERT(SkPathEffect::kNone_DashType == fDashInfo.fType); |
SkASSERT(0 == fDashInfo.fIntervals.count()); |
if (!pe) { |