| Index: experimental/PdfViewer/SkPdfGraphicsState.cpp
|
| ===================================================================
|
| --- experimental/PdfViewer/SkPdfGraphicsState.cpp (revision 11730)
|
| +++ experimental/PdfViewer/SkPdfGraphicsState.cpp (working copy)
|
| @@ -33,8 +33,7 @@
|
| // TODO(edisonn): miter, ...
|
| if (stroking) {
|
| paint->setStrokeWidth(SkDoubleToScalar(fLineWidth));
|
| - // TODO(edisonn): perf, avoid allocs allocs
|
| - // of the intervals
|
| + // TODO(edisonn): perf, avoid allocs of the intervals
|
| if (fDashArrayLength > 0) {
|
| paint->setPathEffect(new SkDashPathEffect(fDashArray,
|
| fDashArrayLength,
|
|
|