Chromium Code Reviews| Index: src/effects/SkDashPathEffect.cpp |
| diff --git a/src/effects/SkDashPathEffect.cpp b/src/effects/SkDashPathEffect.cpp |
| index ced0aab69a9930efbbd216127f776dd5d8c2770d..4e379e057b1243bd0db39b19ea061bd6eb71981d 100644 |
| --- a/src/effects/SkDashPathEffect.cpp |
| +++ b/src/effects/SkDashPathEffect.cpp |
| @@ -14,7 +14,7 @@ |
| SkDashPathEffect::SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase) |
| : fPhase(0) |
|
robertphillips
2016/03/16 18:01:39
Don't we use a -1 initial dash length as a signal
caryclark
2016/03/16 18:45:54
Switched to explict flag. Please let me know if yo
|
| - , fInitialDashLength(0) |
| + , fInitialDashLength(-1) |
| , fInitialDashIndex(0) |
| , fIntervalLength(0) { |
| SkASSERT(intervals); |