Chromium Code Reviews| Index: src/pipe/SkGPipeWrite.cpp |
| =================================================================== |
| --- src/pipe/SkGPipeWrite.cpp (revision 11775) |
| +++ src/pipe/SkGPipeWrite.cpp (working copy) |
| @@ -694,7 +694,7 @@ |
| } |
| void SkGPipeCanvas::drawPoints(PointMode mode, size_t count, |
| - const SkPoint pts[], const SkPaint& paint) { |
| + const SkPoint pts[], const SkPaint& paint) { |
| if (count) { |
| NOTIFY_SETUP(this); |
| this->writePaint(paint); |