diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-15 17:47:36 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-15 17:47:36 +0000 |
commit | 8b169311b59ab84e8ca6f3630a1e960cc1be751e (patch) | |
tree | 5d9ec712d281a81183fed5b650b1f9a92ae7cad4 /src/pipe | |
parent | baa15581f6cbd9ce4cc5ba5eb1d6fcbe27ae6741 (diff) |
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
Diffstat (limited to 'src/pipe')
-rw-r--r-- | src/pipe/SkGPipeWrite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipe/SkGPipeWrite.cpp b/src/pipe/SkGPipeWrite.cpp index 607c76b5da..57d4a0fdc3 100644 --- a/src/pipe/SkGPipeWrite.cpp +++ b/src/pipe/SkGPipeWrite.cpp @@ -694,7 +694,7 @@ void SkGPipeCanvas::drawPaint(const SkPaint& paint) { } 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); |