| commit | 8b169311b59ab84e8ca6f3630a1e960cc1be751e | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Oct 15 17:47:36 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Oct 15 17:47:36 2013 +0000 |
| tree | 5d9ec712d281a81183fed5b650b1f9a92ae7cad4 | |
| parent | baa15581f6cbd9ce4cc5ba5eb1d6fcbe27ae6741 [diff] [blame] |
Second wave of Win64 warning cleanup https://codereview.chromium.org/27343002/ git-svn-id: http://skia.googlecode.com/svn/trunk@11778 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pipe/SkGPipeWrite.cpp b/src/pipe/SkGPipeWrite.cpp index 607c76b..57d4a0f 100644 --- a/src/pipe/SkGPipeWrite.cpp +++ b/src/pipe/SkGPipeWrite.cpp
@@ -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);