Chromium Code Reviews| Index: debugger/SkDebugCanvas.cpp |
| =================================================================== |
| --- debugger/SkDebugCanvas.cpp (revision 8298) |
| +++ debugger/SkDebugCanvas.cpp (working copy) |
| @@ -395,7 +395,7 @@ |
| } |
| void SkDebugCanvas::drawPoints(PointMode mode, size_t count, |
| - const SkPoint pts[], const SkPaint& paint) { |
| + const SkPoint pts[], const SkPaint& paint) { |
| addDrawCommand(new DrawPoints(mode, count, pts, paint)); |
| } |