diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-11 13:01:16 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-05-11 13:01:16 +0000 |
commit | f21c7041192a08c12a29f8a38da254c292f867c6 (patch) | |
tree | c285b5cd241b1046bd1f974c9725e50da18bb0d8 /tests | |
parent | 8fff356c8505f2ac78e1fc9dc17c1192e3a608e4 (diff) |
fix for r3903 compilation issue
git-svn-id: http://skia.googlecode.com/svn/trunk@3904 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ClipCacheTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp index a8b220d1c4..93c6aebee7 100644 --- a/tests/ClipCacheTest.cpp +++ b/tests/ClipCacheTest.cpp @@ -135,7 +135,7 @@ static void test_cache(skiatest::Reporter* reporter, GrContext* context) { #if !defined(SK_DEBUG) // verify that the getters don't crash // only do in release since it generates asserts in debug - check_state(reporter, cache, -1, -1, emptyClip, NULL, emptyBound); + check_state(reporter, cache, emptyClip, NULL, emptyBound); #endif REPORTER_ASSERT(reporter, 1 == texture.get()->getRefCnt()); } |