aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ScalarTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-12-12 15:11:17 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-12 15:11:18 -0800
commit9880607151ca7c2dc6b1a4b9756938bd71913ab5 (patch)
tree2f1cd6ca7cb985a7d9e21e9dd250bf8115f278e8 /tests/ScalarTest.cpp
parentb927c3cbff0688954fa66a39a6dd5ef85f0b5d48 (diff)
Even more win64 warning fixes
Diffstat (limited to 'tests/ScalarTest.cpp')
-rw-r--r--tests/ScalarTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ScalarTest.cpp b/tests/ScalarTest.cpp
index b6f71d19bc..f2f924e4ff 100644
--- a/tests/ScalarTest.cpp
+++ b/tests/ScalarTest.cpp
@@ -54,7 +54,7 @@ static void test_isRectFinite(skiatest::Reporter* reporter) {
static const struct {
const SkPoint* fPts;
- size_t fCount;
+ int fCount;
bool fIsFinite;
} gSets[] = {
{ gF0, SK_ARRAY_COUNT(gF0), true },